Skip to content

Host your own chess league at work to connect your coworkers

License

Notifications You must be signed in to change notification settings

marcelherd/Inhouse-Chess

Repository files navigation

Inhouse Chess

Host your own chess league at work to connect your coworkers

Development

cp .env.example .env  # Contains requires environment variables
vi .env               # Set environment variables
pnpm install          # Install dependencies
pnpm dev              # Run application

Running the application

Via Docker Compose:

vi docker-compose.yml   # Set environment variables
docker compose up

Via Docker:

docker build -t chess --build-arg NEXT_PUBLIC_CLIENTVAR=clientvar .
docker run -p 3000:3000 -e DATABASE_URL="..." -e NEXTAUTH_SECRET="..." -e NEXTAUTH_URL="..." -e DISCORD_CLIENT_ID="..." -e DISCORD_CLIENT_SECRET="..." chess

Screenshots

Homepage

Profile

Find players

Leaderboard

License

Source code is distributed under the MIT License. See LICENSE.txt for more information.

About

Host your own chess league at work to connect your coworkers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published