Source code for the https://jamcha.in/ website. Written in Elixir with the Phoenix framework 🙌
Note
JAM implementor teams are safe to explore this repository, as it does not implement any functionality of the Graypaper (nor did or will).
# Install dependencies
mix deps.get
# Setup the DB and start the server
mix ecto.reset
mix phx.server
Then go to http://localhost:4000 in your browser.