blob: 091a7ebb27103c632d1960b2e57dd81831598977 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# DecentralizedChat
## Dev instructions:
* clone repo
* copy `.env.example` to `.env`
* `npm install`
* run these in different windows/tabs
* `npm run dev`
* `npm run server`
|