iHunt is a React application built with Vite. It is inspired by the tabletop RPG of the same name. Routing is handled by the TanStack Router plugin and the project is configured as a Progressive Web App through vite-plugin-pwa
.
Install dependencies and start the development server:
pnpm install
pnpm dev
Create an optimized production build:
pnpm build
Serve the build locally for testing:
pnpm preview