Update readme

This commit is contained in:
pedrocx486 2025-01-27 23:08:13 -03:00
parent 37da346aa4
commit 70a67633de

View file

@ -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).