Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 386 Bytes

File metadata and controls

16 lines (12 loc) · 386 Bytes

Contributing

  1. Fork the repository on Github
  2. Clone your fork git clone https://github.com/<github-username>/solid-packages.git
  3. Install depenencies yarn
  4. Make changes and tests
  5. Run tests using yarn <package-name> test
  6. Push to your fork
  7. Open a pull request on Github

Requirements

See .tool-versions

  1. Node.js: 18.2.0
  2. Yarn: 1.22.19