This project is a Japanese verb conjugation quiz, now powered by Vite and Bun.
- Install Bun if you haven't already.
- Install dependencies:
bun install
To start the development server, run:
bun run devThis will start a development server on http://localhost:5173. Open this URL in your browser to see the application. The server will automatically reload when you make changes to the code.
To build the project for production, run:
bun run buildThis will create a dist directory with the optimized production build. You can preview the production build with bun run preview.
Note: The public directory is no longer needed and can be deleted.