Go to file
Shadowfacts 050e6e44a5
Add mix task for decrypting uploads
2021-09-06 15:06:51 -04:00
assets Tweak inline upload style 2021-04-10 22:05:06 -04:00
config Allow disabling registration 2020-08-02 18:35:14 -04:00
lib Add mix task for decrypting uploads 2021-09-06 15:06:51 -04:00
priv Add admin users for which LiveDashboard is enabled in prod 2021-04-10 14:54:14 -04:00
test Initial commit 2020-07-29 20:49:51 -04:00
.formatter.exs Initial commit 2020-07-29 20:49:51 -04:00
.gitignore Remove prod.secret.exs 2020-08-02 17:55:34 -04:00
README.md Initial commit 2020-07-29 20:49:51 -04:00
mix.exs Add basic metrics 2021-04-10 15:37:13 -04:00
mix.lock Update plug_crypto to unbreak OTP-24 2021-07-09 16:11:58 -04:00

README.md

Wiki

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.

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

Learn more