Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 883 Bytes

README.md

File metadata and controls

53 lines (40 loc) · 883 Bytes

Lychee_

An app to improve your chess skills through personalized puzzles
https://lychee-omega.vercel.app

Demo

TODO

Installation

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