Jessica Online
Go to file
2024-08-20 21:21:15 +00:00
assets Fix up some of the markup, add post ledes to index 2024-08-17 09:19:25 -04:00
config Add controllers/templates to show blog posts. 2024-07-30 11:49:57 -04:00
lib Generate feed for posts. 2024-08-20 16:50:26 -04:00
priv Get rid of posts in the wrong dir. 2024-08-17 09:13:40 -04:00
rel Set up some fly deploy. 2024-05-27 19:21:14 -04:00
test Add untracked files. 2024-08-17 09:22:54 -04:00
.dockerignore Set up some fly deploy. 2024-05-27 19:21:14 -04:00
.formatter.exs Add base project, nimblepublisher, and first test. 2024-05-21 12:43:36 -04:00
.gitignore Add base project, nimblepublisher, and first test. 2024-05-21 12:43:36 -04:00
Dockerfile Set up some fly deploy. 2024-05-27 19:21:14 -04:00
fly.toml Set up some fly deploy. 2024-05-27 19:21:14 -04:00
mix.exs Add atomex dependency. 2024-08-20 15:36:57 -04:00
mix.lock Add atomex dependency. 2024-08-20 15:36:57 -04:00
README.md Re-do the README. 2024-05-27 18:58:31 -04:00

JOL

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