Skip to content

Commit 2159b86

Browse files
Updated dependencies
1 parent a75c41a commit 2159b86

File tree

3 files changed

+1444
-3539
lines changed

3 files changed

+1444
-3539
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,18 @@ npm install
4242
npm start
4343
```
4444

45+
Don't forget to Lint and Prettify your code from time to time:
46+
47+
```bash
48+
49+
npm run client:lint
50+
npm run server:lint
51+
52+
npm run prettify
53+
54+
```
55+
56+
4557
### Production
4658

4759
* Production port is specified in .env ( default to 5400 )

0 commit comments

Comments
 (0)