440 B
440 B
nelle.observer
the source for nelle.observer
quick repo links
build/use
There are two code-bases here, Astro for the SSG and ktor for ??, ktor requires you to have built astro already
Astro
cd astro/
pnpm i
pnpm run build
ktor
cd ktor
./gradlew
- TODO: FINISH THIS