/starhaven.dev

Star Haven website

Primary LanguageJavaScript

Star Haven website

starhaven.dev

Roadmap

  • 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

Developing

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

Building

To create a production version of the site:

pnpm run build

You can preview the production build with pnpm run preview.