A wiki written in Elixir/Phoenix... because why not!
  • Elixir 76.8%
  • HTML 18.4%
  • JavaScript 4.6%
  • CSS 0.2%
Find a file
2024-02-07 17:47:41 +00:00
assets Initial commit from phoenix 2024-02-07 17:38:31 +00:00
config Install pow 2024-02-07 17:45:19 +00:00
lib Install pow_assent 2024-02-07 17:47:08 +00:00
priv Install pow_assent 2024-02-07 17:47:08 +00:00
test Initial commit from phoenix 2024-02-07 17:38:31 +00:00
.formatter.exs Initial commit from phoenix 2024-02-07 17:38:31 +00:00
.gitignore Initial commit from phoenix 2024-02-07 17:38:31 +00:00
LICENSE Initial commit 2024-02-07 12:15:39 +00:00
mix.exs Install pow_assent 2024-02-07 17:47:08 +00:00
mix.lock Install pow_assent 2024-02-07 17:47:08 +00:00
README.md users done? 2024-02-07 17:47:41 +00:00

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 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.