Go to file
Shadowfacts 4ba50f9fb5
Store encrypted HTML
2020-08-02 15:43:09 -04:00
assets Initial commit 2020-07-29 20:49:51 -04:00
config Uploads 2020-08-01 17:29:19 -04:00
lib Store encrypted HTML 2020-08-02 15:43:09 -04:00
priv Store encrypted HTML 2020-08-02 15:43:09 -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 Uploads 2020-08-01 17:29:19 -04:00
README.md Initial commit 2020-07-29 20:49:51 -04:00
mix.exs Initial commit 2020-07-29 20:49:51 -04:00
mix.lock Initial commit 2020-07-29 20:49:51 -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