Skip to content

deepfriedmind/wos-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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