Compare commits
No commits in common. "32f43271850b4114a4c06825c691982b4ceeb53d" and "0d029da81524b6a56f687bbf06a470da989641d9" have entirely different histories.
32f4327185
...
0d029da815
18
readme.md
18
readme.md
|
@ -1,9 +1,23 @@
|
|||
# [LearningPulse server](https://lp-dev.4o1x5.dev)
|
||||
# LearningPulse server
|
||||
|
||||
To check up on builds head to [actions](/actions)
|
||||
## CI/CD
|
||||
|
||||
To check up on builds head to [the hydra server](https://hydra.4o1x5.dev/project/learningpulse)
|
||||
|
||||
### 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
|
||||
```
|
||||
|
|
Reference in a new issue