A multiplayer Chidiya Uddi game built by IndiaSocial (ISO) community Discord members.
- Simple: fork the repo, make meaningful and valuable code updates, create a pr.
- If you make GPT write all the code for your PRs, then aandi mandi sandi... applies!
- Node.js
- A text editor
All frontend part is housed in ./frontend/
, ensure that you have all the pre-requisites installed on your system.
- Install packages:
npm ci
- Start Development Server:
npm run dev
All backend part is housed in ./backend/
, ensure that you have all the pre-requisites installed on your system.
(Backend is still under development)