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-hookspnpm installStart the development server on http://localhost:3000:
pnpm devBuild the application for production:
pnpm buildLocally preview production build:
pnpm preview