The Ash Framework homepage and documentation site.
Find a file
Zach Daniel 025b56d1a4 improvement: get a build set up
improvement: fix lint/security issues
improvement: add CSP
improvement: remove currently unnecessary/old code
2022-08-06 19:22:58 -04:00
.vscode WIP 2022-04-01 15:11:17 -04:00
assets improvement: theming 2022-08-04 17:06:52 -04:00
config improvement: get a build set up 2022-08-06 19:22:58 -04:00
lib improvement: get a build set up 2022-08-06 19:22:58 -04:00
priv improvement: get a build set up 2022-08-06 19:22:58 -04:00
rel WIP 2022-03-25 17:17:01 -04:00
test improvement: copy over example with auth to ash-hq 2022-08-05 22:08:23 -04:00
.check.exs improvement: get a build set up 2022-08-06 19:22:58 -04:00
.credo.exs improvement: get a build set up 2022-08-06 19:22:58 -04:00
.dockerignore WIP 2022-03-31 17:29:23 -04:00
.formatter.exs improvement: get a build set up 2022-08-06 19:22:58 -04:00
.gitignore WIP 2022-03-25 17:17:01 -04:00
Dockerfile WIP: add categories, link parser 2022-06-05 14:03:04 -04:00
fly.toml chore: change domains to ash-hq.org 2022-03-29 12:16:17 -04:00
livebook.livemd improvement: fix item paths, make sidebar much friendlier 2022-08-04 13:14:58 -04:00
mix.exs improvement: get a build set up 2022-08-06 19:22:58 -04:00
mix.lock improvement: get a build set up 2022-08-06 19:22:58 -04:00
README.md init 2022-03-21 00:43:24 -04:00

AshHq

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • 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