imwiki.org/README.md
2024-01-21 23:54:50 -05:00

289 B

IM Wiki website

This is the code for the http://imwiki.org/ site.

The site is built using Astro, the only dependency.

Setup

Install Astro:

pnpm install

Build deployable site:

pnpm astro build

Built site can now be found at /dist.