Skip to content

Commit

Permalink
Add instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Luud Janssen committed Jun 7, 2016
1 parent 68ba578 commit fe52785
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# DVWA Space Theme
Want to hack something that's beautiful as well? Try this space theme. It has astronauts.
Want to hack something that's beautiful as well? Try this space theme. It has astronauts.

## Installation Instructions
To install the theme follow the theme installation instructions at the DVWA repository's README file. Name it `space`, sounds cool.

### Build Instructions
Before you can use the theme you also need to build it. When you're at the root of the theme folder follow these steps:

+ We use NPM to install the dependencies, run `npm install`
+ Then we use Gulp to build all the files necessary, run `gulp`

0 comments on commit fe52785

Please sign in to comment.