Thanks for your interest! This is a personal portfolio, but suggestions and fixes are welcome.
# Install dependencies
npm install
# Start dev server
npm run dev- Create a feature branch
- Make your changes
- Run
npm run lintandnpm run build - Submit a pull request
- TypeScript for all new code
- Follow existing patterns
- Keep it simple and performant
MIT - By contributing, you agree your changes will be licensed under MIT.