This project uses Vercel as the CI/CD platform.
You can see a live version deployed on Vercel.
- Install dependencies with
npm install
- Serve for development with
npm run start
- Compile for production with
npm run build
- Test application with
npm run test