IM Wiki website.
Go to file
pixie 7e6f493955 Changed room alias 2024-02-08 20:12:30 +00:00
.vscode init 2024-01-21 22:31:10 -05:00
public Updated info 2024-01-25 21:23:04 +01:00
src Changed room alias 2024-02-08 20:12:30 +00:00
.gitignore init 2024-01-21 22:31:10 -05:00
LICENSE Initial commit 2024-01-21 22:23:31 -05:00
README.md build instructions 2024-01-21 23:54:50 -05:00
astro.config.mjs init 2024-01-21 22:31:10 -05:00
package.json init 2024-01-21 22:31:10 -05:00
pnpm-lock.yaml init 2024-01-21 22:31:10 -05:00
tsconfig.json init 2024-01-21 22:31:10 -05:00

README.md

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.