nelle-observer/README.md

24 lines
440 B
Markdown
Raw Normal View History

2024-08-02 22:29:25 -06:00
# nelle.observer
2024-08-02 22:27:39 -06:00
2024-08-02 23:38:15 -06:00
the source for [nelle.observer](https://nelle.observer)
## quick repo links
[kanban](https://git.nullafati.xyz/limepotato/nelle-observer/projects/1)
## build/use
2024-08-11 02:01:33 -06:00
There are two code-bases here, Astro for the SSG and ktor for ??, ktor requires you to have built astro already
### Astro
1. `cd astro/`
2. `pnpm i`
3. `pnpm run build`
### ktor
1. `cd ktor`
2. `./gradlew`
3. TODO: FINISH THIS
2024-08-02 23:38:15 -06:00
2024-08-02 23:38:28 -06:00
## ~~[license](./)~~ TODO