Play chess, bet money, and win in a secure platform.
- Node.js >= 20
- pnpm >= 9
- rust >= 1.78
- Clone the repo:
git clone https://github.com/username/repo.git
- Set .env:
# In ./apps/server/ dir
cp .env.example .env
# Fill environment variables
vim .env
- Install client and server dependencies:
# In ./apps/server/ dir
cargo build
# In ./apps/client/ dir
pnpm i
- Run application:
# In ./ dir
pnpm run dev