Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 665 Bytes

CONTRIBUTING.MD

File metadata and controls

34 lines (23 loc) · 665 Bytes

How to contribute

Testing

# Run tests once
npm run test

# Run tests in watch mode
npm run test:w

Debugging

You can debug the application using your Firefox browser. Here are some commands you can run to help you compile the code as you debug:

# Run development watch mode for FireFox version
npm run dev:ff

# Run development watch mode for Chrome version
npm run dev:ch

# Run development watch mode for instructional website
npm run dev:docs

Pull Request

Before making a pull request, make sure to rebuild the dist files.

npm run build