Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.1 KB

File metadata and controls

44 lines (28 loc) · 1.1 KB

WoSWoS Toolkit faviconToolkit

Deploy Nuxt site to Pages 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 Toolkit

Setup

If using mise, simply run mise dev. Otherwise:

Install the Node and pnpm versions listed in mise.toml.

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