Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 369 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (7 loc) · 369 Bytes
  1. Fork the Wave.js repo.
  2. Clone to your local computer.
  3. Run "npm i" in the root folder to install dependencies.
  4. Run "npm start" to start the code watcher.
  5. Open the src folder and make a change to one of the src files.
  6. In the package.json, increase the version number by one.
  7. Push to remote branch and create a pull request to the Wave.js main branch.