Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 589 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 589 Bytes

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.