diff options
author | Joris Guyonvarch | 2015-08-09 15:07:05 +0200 |
---|---|---|
committer | Joris Guyonvarch | 2015-08-09 15:07:05 +0200 |
commit | c6f1f0b64de8a78932fb52d76dbed8054aba1f9e (patch) | |
tree | 0e09b967c4254c81a9cff4162d364b7c5e5ef478 /README.md | |
parent | 36ec550221d6ef9dd01bcb3badb0cdef0082aec2 (diff) |
Adding usage information to the README
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`. |