A tabletop RPG & system which is interfaced through a web UI
Go to file
2019-03-19 18:22:16 -04:00
assets Phoenix skeleton 2019-03-18 21:30:53 -04:00
config Phoenix skeleton 2019-03-18 21:30:53 -04:00
lib Phoenix skeleton 2019-03-18 21:30:53 -04:00
priv Phoenix skeleton 2019-03-18 21:30:53 -04:00
test Phoenix skeleton 2019-03-18 21:30:53 -04:00
.formatter.exs Phoenix skeleton 2019-03-18 21:30:53 -04:00
.gitignore Phoenix skeleton 2019-03-18 21:30:53 -04:00
mix.exs Added deps for utilizer auth 2019-03-19 18:22:16 -04:00
mix.lock Phoenix skeleton 2019-03-18 21:30:53 -04:00
README.md Phoenix skeleton 2019-03-18 21:30:53 -04:00

TheMesh

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

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

Learn more