Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 475 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (10 loc) · 475 Bytes

Development Workflow

  1. Fork Wave.js repo
  2. Clone to your local computer
  3. Run "npm i" in the root folder to install dependencies
  4. Run "npm run test" to start the dev server and code watcher
  5. Open the src folder and make a change to one of the src files
  6. Save changes and refresh browser window to see changes
  7. Push to remote branch and create a pull request to the Wave.js master branch