Skip to content

Chess tournament and pairing management, written in Phoenix/Elixir

Notifications You must be signed in to change notification settings

bsmithgall/elswisser

Repository files navigation

Elswisser

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more

(Re) build your development database

rm elswisser_dev.db* ||: && mix ecto.migrate && mix run priv/repo/seeds.exs

The dumbest release process on earth

docker build --platform linux/arm64 . --tag ghcr.io/bsmithgall/elswisser:<version> --tag ghcr.io/bsmithgall:latest
docker push ghcr.io/bsmithgall/elswisser:<version>
docker push ghcr.io/bsmithgall/elswisser:latest

About

Chess tournament and pairing management, written in Phoenix/Elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published