A website with a collection of tools for the game Whiteout Survival.
Built with Nuxt 3 (Vue 3/TypeScript), PrimeVue, and Tailwind CSS.
If using mise, simply run mise dev
. Otherwise:
Install the Node and pnpm versions listed in .tool-versions
.
npx simple-git-hooks
pnpm install
Start the development server on http://localhost:3000
:
pnpm dev
Build the application for production:
pnpm build
Locally preview production build:
pnpm preview