- Add logo and favicon
- Tool downloads page (Star Rod, Merlon, Origami Wand, etc.)
- Sign in with Discord and itch.io
- MediaWiki subdomain
- itch.io integration i.e. mod pages, including web patcher
Install dependencies with pnpm install
, then start a development server:
pnpm run dev
# or start the server and open the app in a new browser tab
pnpm run dev -- --open
To create a production version of the site:
pnpm run build
You can preview the production build with pnpm run preview
.