Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 663 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 663 Bytes

What is Chessmates

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

Setup

  • Install the dependencies using npm i
  • Populate .env file with credentials
  • Run command npx prisma migrate dev and npx prisma generate client
  • Run cmd npm run dev

Thats it you should be good to go :)

Contribution

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)