Skip to content

flowr-app/flowr

Repository files navigation

Flowr

Deploy to Heroku

Development

Local development

Prerequisites

Setup tne development environment

  1. Run $ asdf install to install Elixir, Erlang and Node.js.
  2. Run $ mix deps.get to install dependencies.
  3. Run $ mix ecto.setup to bootstrap your database.
  4. Run $ npm install to install Node.js dependencies.
  5. Start Phoenix endpoint with $ mix phx.server

Now you can visit localhost:4000 from your browser.

Development in Dev Container

  1. Install Docker Desktop
  2. Install VSCode and Remote Container extension
  3. Run the DevContainer in VSCode

Deployment

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