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

## Dev instructions:
* clone repo
* copy `.env.example` to `.env`
* `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`