retgoat / band-indigo.com

Promo website for Indigo band

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BandIndigo

https://band-indigo.com

Initial setup

$ mix deps.get --only prod $ MIX_ENV=prod mix compile

Compile assets

$ brunch build --production $ MIX_ENV=prod mix phoenix.digest

Custom tasks (like DB migrations)

$ MIX_ENV=prod mix ecto.migrate

Finally run the server

$ PORT=4001 MIX_ENV=prod mix phoenix.server $ MIX_ENV=prod PORT=4001 elixir --detached -S mix do compile, phoenix.server

About

Promo website for Indigo band

License:MIT License


Languages

Language:Elixir 64.5%Language:HTML 13.8%Language:CSS 10.9%Language:JavaScript 10.8%