Skip to content

samueldurantes/chesu

Repository files navigation

Chesu

Play chess, bet money, and win in a secure platform.

Getting Started

Prerequisites

  • Node.js >= 20
  • pnpm >= 9
  • rust >= 1.78

Installation

  1. Clone the repo:
git clone https://github.com/username/repo.git
  1. Set .env:
# In ./apps/server/ dir
cp .env.example .env

# Fill environment variables
vim .env
  1. Install client and server dependencies:
# In ./apps/server/ dir
cargo build

# In ./apps/client/ dir
pnpm i
  1. Run application:
# In ./ dir
pnpm run dev

About

Chess Platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published