Update readme
This commit is contained in:
parent
37da346aa4
commit
70a67633de
1 changed files with 1 additions and 4 deletions
|
@ -18,9 +18,6 @@
|
||||||
- ESLint
|
- ESLint
|
||||||
- Prettier
|
- Prettier
|
||||||
|
|
||||||
# TODO
|
|
||||||
- Maybe add docker support.
|
|
||||||
|
|
||||||
# License
|
# License
|
||||||
MIT
|
MIT
|
||||||
|
|
||||||
|
@ -33,7 +30,7 @@ If you REALLY want to do this for some reason:
|
||||||
- Clone the repo
|
- Clone the repo
|
||||||
- Run `npm install` in both the client and server directories (you obviously need Node.js installed)
|
- Run `npm install` in both the client and server directories (you obviously need Node.js installed)
|
||||||
- Run `npm start` in the client directory
|
- Run `npm start` in the client directory
|
||||||
- Run `npm start` in the server directory
|
- Run `npm start` in the server directory (you need both client and server running in different terminals, duh)
|
||||||
- Have fun I guess?
|
- Have fun I guess?
|
||||||
|
|
||||||
Also, you can change some small settings in the `.env` file in the server directory (like the port the server runs on).
|
Also, you can change some small settings in the `.env` file in the server directory (like the port the server runs on).
|
||||||
|
|
Loading…
Add table
Reference in a new issue