- Vite
- Vue 3
- TypeScript
- Clone the project to your local machine.
- Install the dependencies:
npm install
- Run the development server:
npm run dev
- Open the project in your browser at http://localhost:3000.
To build the project for production, run the following command:
npm run build
The production build will be created in the dist directory.
To run the unit tests, run the following command:
npm run test
The unit tests will be run in the test directory.
The project can be deployed to a static web hosting service such as GitHub Pages or Netlify.
Contributions are welcome! Please open an issue or pull request if you have any questions or suggestions.
This project is licensed under the MIT License.