diff options
author | Marvin Borner | 2019-01-26 20:39:39 +0100 |
---|---|---|
committer | Marvin Borner | 2019-01-26 20:39:39 +0100 |
commit | be66b667d1e301751e49d87fd9282c2f6148b6f8 (patch) | |
tree | 2e1e6c33f1e5e483d7a343af0d140a6925ca2b80 /README.md | |
parent | 31d6e5e9a619d5680001b84c5131a7b5b151ca29 (diff) |
Updated instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -1,9 +1,8 @@ -# DecentralizedChat +# Texx ## Dev instructions: -* clone repo -* `npm install` -* `npm run css` -* run these in different windows/tabs every time you want to start the server - * `npm run dev` - * `npm run server` +* clone repository +* `$ npm install` +* `$ npm run css` +* run this every time you want to start the server: + * `$ npm run dev` |