diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1 +1,12 @@ # Makeup + +Makeup website written in markdown. + +## Usage + +``` +npm install +npm run watch +``` + +Open a browser with the following address: `localhost:8000`. |