A wiki written in Elixir/Phoenix... because why not!
- Elixir 76.8%
- HTML 18.4%
- JavaScript 4.6%
- CSS 0.2%
| assets | ||
| config | ||
| lib | ||
| priv | ||
| test | ||
| .formatter.exs | ||
| .gitignore | ||
| LICENSE | ||
| mix.exs | ||
| mix.lock | ||
| README.md | ||
Wikifrag
A wiki built using elixir/phoenix.
Todo
- Users
- Create pages
- Edit pages
- Page history
- Random page!
Development
To start the Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.