Skip to content

TheLapinMalin/chesspecker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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

About

chesspecker is an open-source app to practice chess!

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.3%
  • CSS 6.5%
  • Other 1.2%