Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 593 Bytes

File metadata and controls

32 lines (21 loc) · 593 Bytes

Contributing

Thanks for your interest! This is a personal portfolio, but suggestions and fixes are welcome.

Development Setup

# Install dependencies
npm install

# Start dev server
npm run dev

Open http://localhost:3000

Making Changes

  1. Create a feature branch
  2. Make your changes
  3. Run npm run lint and npm run build
  4. Submit a pull request

Code Style

  • TypeScript for all new code
  • Follow existing patterns
  • Keep it simple and performant

License

MIT - By contributing, you agree your changes will be licensed under MIT.