Demo: https://quaetr-coding-test.vercel.app/
- Node.js 16.13.0 or higher
- npm
# Install dependencies
npm install# Run development server
npm run devOpen http://localhost:3000 to view the application.
# Build for production
npm run build
# Start production server
npm start# Run tests
npm test
# Run tests in watch mode
npm run test:watch
# Run tests with coverage
npm run test:coverageDeployed on Vercel
Automatic deployments enabled for PRs and merges to main branch.