No description
.vscode | ||
backend | ||
public | ||
src | ||
.gitattributes | ||
.gitignore | ||
astro.config.mjs | ||
build.sh | ||
LICENSE.md | ||
nelle-observer-api.service | ||
package-lock.json | ||
package.json | ||
pnpm-lock.yaml | ||
README.md |
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