23 lines
440 B
Markdown
23 lines
440 B
Markdown
# nelle.observer
|
|
|
|
the source for [nelle.observer](https://nelle.observer)
|
|
|
|
## quick repo links
|
|
|
|
[kanban](https://git.nullafati.xyz/limepotato/nelle-observer/projects/1)
|
|
|
|
## build/use
|
|
|
|
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
|
|
|
|
## ~~[license](./)~~ TODO
|