No description
Find a file
Robert Prehn e2351a3269 Merge branch 'feat-email' into 'master'
feat: Add email framework

See merge request mythic-insight/legendary!1
2020-07-10 19:39:38 +00:00
apps feat: Add email framework 2020-07-10 19:39:38 +00:00
config feat: Add email framework 2020-07-10 19:39:38 +00:00
script feat: Add email framework 2020-07-10 19:39:38 +00:00
.formatter.exs feat: Commit initially 2020-07-02 16:08:53 -05:00
.gitignore chore: Ignore Brewfile.lock.json since it does not really lock dependencies 2020-07-03 10:37:46 -05:00
.gitlab-ci.yml chore: Set password auth for CI postgres 2020-07-03 10:39:15 -05:00
.tool-versions feat: Commit initially 2020-07-02 16:08:53 -05:00
Brewfile feat: Commit initially 2020-07-02 16:08:53 -05:00
mix.exs feat: Add email framework 2020-07-10 19:39:38 +00:00
mix.lock feat: Add email framework 2020-07-10 19:39:38 +00:00
README.md feat: Commit initially 2020-07-02 16:08:53 -05:00

Legendary

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