Merge branch 'main' of https://git.nullafati.xyz/limepotato/nelle-observer
This commit is contained in:
commit
9571afeef4
1 changed files with 11 additions and 4 deletions
15
README.md
15
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
|
||||
|
|
Loading…
Reference in a new issue