An app to improve your chess skills through personalized puzzles
https://lychee-omega.vercel.app
Install packages
# Clone the repository
git clone https://github.com/ahmedmahmud/lychee.git
# Change directory
cd lychee
# Install dependencies
npm install
Setup .env file
mv .env.template .env.local
Run/host a mongoDB server and set its uri in .env.local
MONGODB_URI=...
Run the server
npm run dev
Open it at
localhost:3000