Go to file
Stefan Haslinger 5e9db71f33 changeset needs options 2022-09-19 15:38:07 +02:00
assets removed webpack in favour of esbuild, upgraded tailwind, alpine 2022-03-23 12:41:27 +01:00
config ran mix format 2022-03-24 18:09:16 +01:00
lib changeset needs options 2022-09-19 15:38:07 +02:00
priv checking in fonts, update .gitignore 2022-03-23 16:02:06 +01:00
test ran mix format 2022-03-24 18:09:16 +01:00
.formatter.exs wip: upgrading all dependencies, converting views to heex 2022-03-23 08:46:49 +01:00
.gitignore checking in fonts, update .gitignore 2022-03-23 16:02:06 +01:00
README.md new application 2021-01-01 10:42:00 +01:00
mix.exs removed webpack in favour of esbuild, upgraded tailwind, alpine 2022-03-23 12:41:27 +01:00
mix.lock removed webpack in favour of esbuild, upgraded tailwind, alpine 2022-03-23 12:41:27 +01:00
workspace.code-workspace extract column_search 2021-01-20 10:33:33 +01:00

README.md

Akrasia

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