Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 681 Bytes

File metadata and controls

28 lines (19 loc) · 681 Bytes

Contributing

Thanks for your interest in contributing to experiments!

Getting Started

  1. Fork the repository on GitHub.
  2. Clone your fork locally.
  3. Install dependencies:
    npm install

Development

  • Run the development server: npm run dev
  • Run tests: npm test
  • Lint your code: npm run lint

Pull Requests

  1. Create a new branch for your feature or fix: git checkout -b feature/my-feature.
  2. Commit your changes with clear messages.
  3. Push to your fork and submit a Pull Request.

License

By contributing, you agree that your contributions will be licensed under the project's MIT License.