From 7f7e1ee78b31d309b10cd6b68c58d7ab64cb6c1f Mon Sep 17 00:00:00 2001 From: Noel Welsh Date: Thu, 1 Feb 2024 15:25:24 +0000 Subject: [PATCH] Give some hints to potential developers --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f9cba8a..b920499 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,8 @@ Key points: - Make very simple things, like creating mostly static sites, very easy. As an example of what we're aiming for, take a look at [the Phoenix framework](https://www.phoenixframework.org/). Elixir is not a popular language but this framework has outstanding documentation and a well defined story for every common use case. + + +## Development + +Use the `build` command in sbt to do everything (build code, run tests, format code, etc.)