/wos-tools

A website with a collection of tools for the game Whiteout Survival.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

WoSWoS Tools faviconTools

Netlify Status GitHub License code style

A website with a collection of tools for the game Whiteout Survival.
Built with Nuxt 3 (Vue 3/TypeScript), PrimeVue, and Tailwind CSS.

Wos Tools

Setup

If using mise, simply run mise dev. Otherwise:

Install the Node and pnpm versions listed in .tool-versions.

Install commit hooks:

npx simple-git-hooks

Install dependencies:

pnpm install

Development Server

Start the development server on http://localhost:3000:

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview