Server code: https://github.com/Mert18/guessers-server
- First you need to set up the backend but luckily, it is so easy. Download the backend code here then follow the instructions here
- Then come back here and download this code.
- Run
npm install
at the root of this project. - Run
npm run dev
to start in development mode. - 👏
All pull requests welcome. Just follow the guide:
- Fork the project
- Pick an issue from the issues tab, and let everyone know you are working on it by commenting on the issue (you will be assigned shortly).
- Create a branch following the branch naming pattern :
<issue-number>-<short description>
for example:51-redirect-users
- After doing the work, open a pull request to this repository's
main
branch. It will be merged after an approval process. - 🫣