/blanks

Primary LanguageElixir

Blanks

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with npm install inside the assets directory
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Deployment

The app is automatically deployed to Render.com at every push to the master branch.

Migrations

To run migrations on the deployment, run the following command from within Render's console:

_build/prod/rel/blanks/bin/blanks eval "Blanks.Release.migrate"

Learn more