Cozil is a multi-stage application form designed to form for individuals interested in visiting Mars. The form will collect various details and preferences from applicants. Built with Vue.js, this project also utilizes Jest for testing to ensure the code is reliable and of high quality.
Project is hosted on Vercel
- Clone the repository.
- Install the required dependencies by running
npm install
.
To start the development server with hot-reloading, use the following command:
npm run serve
To build the application for production, optimizing and minifying it, run:
npm run build
Cozil uses Jest for testing. To execute the test suite, run:
npm run test
To lint and fix files, ensuring code consistency and quality, use:
npm run lint
For more information on customizing the project's configuration, refer to the Configuration Reference.