forked from LuudJanssen/DVWA-space-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Luud Janssen
committed
Jun 7, 2016
1 parent
68ba578
commit fe52785
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |