- Node.js 22.x
- npm 10.x
Install dependencies
npm ci
Run the development server:
npm run dev
The site will be available at http://localhost:3000.
npm run test
# Run ESLint
npm run lint
# Fix ESLint issues
npm run lint:fix
# Check formatting
npm run format
# Fix formatting issues
npm run format:fix
This project is configured for deployment on Vercel.
This project is licensed under the MIT License - see the LICENSE file for details.