No description
Find a file
2021-01-13 21:50:57 +00:00
apps fix: Build assets as part of Docker build 2021-01-08 12:47:00 -06:00
config fix: Build assets as part of Docker build 2021-01-08 12:47:00 -06:00
infrastructure chore(release): 1.2.0 [skip ci] 2021-01-13 21:50:57 +00:00
script feat: Speed up build through DAG improvements 2021-01-13 15:43:04 -06:00
.dockerignore fix: Load dependencies correctly in docker 2020-12-22 14:01:26 -06:00
.formatter.exs feat: Commit initially 2020-07-02 16:08:53 -05:00
.gitignore feat: Speed up build through DAG improvements 2021-01-13 15:43:04 -06:00
.gitlab-ci.yml fix: Put image tagging into last build step 2021-01-13 15:47:21 -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 fix: Copy whole working dir in Dockerfile before building assets 2021-01-08 14:02:09 -06:00
mix.exs chore: Remove dead assets 2020-09-15 15:51:32 -05:00
mix.lock fix: Require docker image to be built before being tagged 2020-12-22 14:15:51 -06:00
package-lock.json chore(release): 1.1.2 [skip ci] 2021-01-13 21:02:29 +00:00
package.json chore(release): 1.2.0 [skip ci] 2021-01-13 21:50:57 +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