Skip to content

chesspecker/chesspecker


chesspecker logo


chesspecker, open-source app to practice chess!

LINTER

Discord

Join us to discuss issues and ideas: on discord.

Run in local

Create a new .env file

cp .env.example .env

After launching docker on your machine, build the images with:

docker-compose up -d --build

Finally, connect to the docker container and populate the database:

docker exec -it mongo /bin/sh
mongorestore dump --gzip

Navigate to http://localhost:3000

And happy coding!

When you're done

docker-compose down