Skip to content

njbennett/zero

Repository files navigation

Zero

Zero is prototype project management software. A demo is hosted on Fly.

Learn more

Development

Run tests:

  • mix test

Start the server locally:

  • 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/cards from your browser.