aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
blob: e785539e44c62c2626472844521029a1bed7015b (plain) (blame)
1
2
3
4
5
6
7
8
9
# DecentralizedChat

## 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`