Skip to content

Latest commit

 

History

History
84 lines (54 loc) · 2.01 KB

README.md

File metadata and controls

84 lines (54 loc) · 2.01 KB

🧑‍💻 Matthew Carr

💻 Software Engineer

Built With React TypeScript Next.js

Environment Node npm

Quality code style: prettier linter: eslint Tailwind


🚀 Getting Started

Prerequisites

  • Node.js 22.x
  • npm 10.x

Installation

Install dependencies

npm ci

💻 Development

Run the development server:

npm run dev

The site will be available at http://localhost:3000.

🧪 Testing

Unit tests

npm run test

Linting

# Run ESLint
npm run lint

# Fix ESLint issues
npm run lint:fix

Code Formatting

# Check formatting
npm run format

# Fix formatting issues
npm run format:fix

🚀 Deployment

This project is configured for deployment on Vercel.

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.