ChessMates is a comprehensive social media platform tailored for chess enthusiasts. It integrates playing, learning, and community engagement into one seamless experience.Its a WIP
- Install the dependencies using
npm i
- Populate
.env
file with credentials - Run command
npx prisma migrate dev
andnpx prisma generate client
- Run cmd
npm run dev
Thats it you should be good to go :)
Currently not open to contributions but feel free to raise any issue or start a discussion about a new feature/ideas. Would love to hear some advice on architecture or sys design of this website (I know nothing)