This commit is contained in:
nelle 2024-08-12 01:15:50 -06:00
commit 9571afeef4

View file

@ -8,9 +8,16 @@ the source for [nelle.observer](https://nelle.observer)
## build/use
1. clone the repo
2. run `npm i` or `pnpm i`
3. `npm run dev` to run a dynamic preview or `npm run build` to build the static site.
4. once the static site is built, the output will be in `/dist`
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