Installation

View Source

You can run this project locally or in a Docker container.

Using Docker

  • cd docker
  • docker-compose build
  • docker-compose up

Using Elixir locally

Requirements

Getting started

  • Install dependencies and set up both the database and assets: mix setup.

Local development

Tip

Run sh scripts/docs.sh to generate/update files that will be used by GitHub Copilot for code generation.

UI Preview