No description
Find a file
2020-12-18 16:15:58 -06:00
apps chore: Move auth module under core 2020-10-09 17:08:28 -05:00
config chore: Move auth module under core 2020-10-09 17:08:28 -05:00
script feat: Add comments to admin 2020-07-28 10:54:24 -05:00
.formatter.exs feat: Commit initially 2020-07-02 16:08:53 -05:00
.gitignore fix: Re-style sign in form 2020-08-22 10:01:04 -05:00
.gitlab-ci.yml chore: Change semantic-release command 2020-12-18 16:15:58 -06: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
Dockerfile chore: Build and deploy to GitLab Container Registry w semantic-release 2020-12-18 14:10:25 -06:00
mix.exs chore: Remove dead assets 2020-09-15 15:51:32 -05:00
mix.lock feat: Switch Sitemaps to Oban 2020-10-09 14:32:53 -05:00
package-lock.json chore: Change semantic-release command 2020-12-18 16:15:58 -06:00
package.json chore: Change semantic-release command 2020-12-18 16:15:58 -06: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