diff --git a/readme.md b/readme.md index a6fde47..b404361 100644 --- a/readme.md +++ b/readme.md @@ -1,23 +1,9 @@ -# LearningPulse server +# [LearningPulse server](https://lp-dev.4o1x5.dev) -## CI/CD - -To check up on builds head to [the hydra server](https://hydra.4o1x5.dev/project/learningpulse) +To check up on builds head to [actions](/actions) ### Enter developer shell ```bash nix develop ``` - -### Build services - -```bash -nix build .#learningpulse-dummy -``` - -### Run service - -```bash -nix develop && cd dummy && mvn run spring-boot:run -```