I've set up a custom Vite config to use TypeScript and Sass.
Run this following commands to install the dependencies, start the development server, and build for production:
# Install dependencies (only the first time)
pnpm install
# Run the local server at localhost:5173
pnpm dev
# Build for production in the dist/ directory
pnpm build