Skip to content

Commit

Permalink
Give some hints to potential developers
Browse files Browse the repository at this point in the history
  • Loading branch information
noelwelsh committed Feb 1, 2024
1 parent bab2c1d commit 7f7e1ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.)

1 comment on commit 7f7e1ee

@assayire
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does build also publish to maven/public repo?

Please sign in to comment.