legendary-doc-site/apps/content
2020-07-17 23:30:31 +00:00
..
assets feat: Add theming page and new home page 2020-07-05 12:26:26 -05:00
lib feat: Add basic auth framework 2020-07-17 23:30:31 +00:00
priv/gettext feat: Add theming page and new home page 2020-07-05 12:26:26 -05:00
test feat: Add basic auth framework 2020-07-17 23:30:31 +00:00
.formatter.exs feat: Add theming page and new home page 2020-07-05 12:26:26 -05:00
.gitignore feat: Add theming page and new home page 2020-07-05 12:26:26 -05:00
mix.exs feat: Add basic auth framework 2020-07-17 23:30:31 +00:00
README.md feat: Add theming page and new home page 2020-07-05 12:26:26 -05:00

Content

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