Thanks for your interest in contributing to experiments!
- Fork the repository on GitHub.
- Clone your fork locally.
- Install dependencies:
npm install
- Run the development server:
npm run dev - Run tests:
npm test - Lint your code:
npm run lint
- Create a new branch for your feature or fix:
git checkout -b feature/my-feature. - Commit your changes with clear messages.
- Push to your fork and submit a Pull Request.
By contributing, you agree that your contributions will be licensed under the project's MIT License.