Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 494 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (17 loc) · 494 Bytes

Contributing

Getting Started

Requirements

  • Node.js v18.17.1+

Running locally

npm install
npm run dev

At this point, you should be able to view the website at http://localhost:4321.

Types of contributions

In general, we welcome all types of contributions, including but not limited to:

  • Bug reports
  • Feature requests
  • Documentation improvements
  • Code improvements

Make sure to test your changes locally before submitting a PR.