build instructions

This commit is contained in:
array-in-a-matrix 2024-01-21 23:54:50 -05:00
parent 92e0419503
commit 10a73fe156

View file

@ -2,4 +2,20 @@
This is the code for the http://imwiki.org/ site.
The site is built using [Astro](https://astro.build/) which is the only dependency.
The site is built using [Astro](https://astro.build/), the only dependency.
## Setup
Install Astro:
```sh
pnpm install
```
Build deployable site:
```sh
pnpm astro build
```
Built site can now be found at `/dist`.