repositorypackage
0.0.0-20240525100055-94dee611d5ad
Repository: https://github.com/aryuuu/cepex-server.git
Documentation: pkg.go.dev
# README
cepex-server
Multiplayer online 100 card game
Prerequisite
- go ^1.15
- docker
- docker-compose
How to run
- Copy
env.example
to.env
cp env.example env
- run the service
make run
- or run the service in development mode with live-reloading
make dev-air
Run the test
make test