From 2273fdd745b25a6050a47553a7e655fb23d956aa Mon Sep 17 00:00:00 2001 From: limepotato Date: Sun, 11 Aug 2024 02:01:33 -0600 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b5f7268..99ce386 100644 --- a/README.md +++ b/README.md @@ -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