dotfiles/app
Nikos Papadakis 59c8c6ee23
Move Mix project to the root dir
This commit moves the mix.exs, mix.lock and priv directors that were
inside app/ to the root directory. Configuration tweaks with paths were
done for the asset building.

The priv/ directory had to be moved because mix by default symlinks it
inside the build output, and I couldn't find a configuration option to
have it live inside app/
2023-11-04 16:33:51 +02:00
..
assets rename backend -> app 2023-07-19 23:24:24 +03:00
config Move Mix project to the root dir 2023-11-04 16:33:51 +02:00
lib CI (Work in progress): Use nix for building in CI 2023-10-12 01:29:01 +03:00
test ci: refactor - use cached builds, add tests and lints 2023-09-10 13:51:06 +03:00
.gitignore Move Mix project to the root dir 2023-11-04 16:33:51 +02:00
README.md rename backend -> app 2023-07-19 23:24:24 +03:00

Prymn

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more