/board

doing this because i'm board

Primary LanguageElixir

Board

The next goal would be to plan and work on this project using itself!

Local Setup

  • Start the local database with docker compose up -d
  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.