# Run tests once
npm run test
# Run tests in watch mode
npm run test:w
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
Before making a pull request, make sure to rebuild the dist files.
npm run build