Skip to content

mbta/tablespoon

Repository files navigation

Tablespoon

Elixir CI

TSP, but bigger

Running

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Development

mix deps.get
mix format
mix test
mix credo --strict

For commits, we try to follow Conventional Commits for consistency.