nelle-observer/README.md
2024-08-11 02:01:33 -06:00

440 B

nelle.observer

the source for nelle.observer

kanban

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