No description
This repository has been archived on 2026-04-15. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Elixir 71.4%
  • HTML 22.6%
  • CSS 5.3%
  • JavaScript 0.5%
  • Shell 0.2%
Find a file
2022-09-27 23:03:42 +02:00
.github Create dependabot.yml 2022-03-01 13:21:37 +01:00
assets chore: update npm deps 2022-09-27 22:59:21 +02:00
config feat: add pagination to home page 2022-08-22 10:41:14 +02:00
lib feat: show the notes title instead of the slug \o/ 2022-09-27 23:01:17 +02:00
media feat: add new logo variation 2022-02-05 21:05:28 +01:00
priv feat: add settings, move user settings to settings 2022-09-26 22:13:31 +02:00
scripts fix: update app location in deploy script 2022-07-22 15:47:50 +02:00
test feat: add settings, move user settings to settings 2022-09-26 22:13:31 +02:00
.env.example chore: add .env.example 2022-04-22 08:37:07 +02:00
.formatter.exs init 2021-11-28 14:30:11 +01:00
.gitconfig feat: add gitconfig 2021-11-28 14:44:19 +01:00
.gitignore feat: add waffle, avatar uploading 2022-02-06 23:23:43 +01:00
.rsyncignore fix: first try of making uploading work 2022-02-07 07:56:04 +01:00
.tool-versions chore: add asdf config 2022-08-06 17:21:00 +02:00
CHANGELOG.md chore: release version v0.210.0 2022-09-27 23:03:42 +02:00
mirage.service fix: service file 2022-04-25 20:13:53 +02:00
mirage.sublime-project feat: add sublime-project 2022-04-19 22:55:05 +02:00
mix.exs chore: release version v0.210.0 2022-09-27 23:03:42 +02:00
mix.lock chore: update hex deps 2022-09-27 22:59:58 +02:00
NOTES.md feat: WIP main page revamp 2022-05-15 13:18:44 +02:00
README.md docs: update README 2022-01-17 23:57:34 +01:00

Mirage

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

To deploy:

Now you can visit localhost:4000 from your browser.

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

Learn more