Razer Paint - v1.1.0 Download
An application to paint and animate Razer Chroma keyboards, build on electron.
npm start
- Builds, watches, and starts the application in the development environmentnpm run start:electron
- Starts electron pointing to the currently built applicationnpm run build:webapp:prod
- Builds the web application in the production environmentpack
- Builds the electron application as a.exe
filebuild:win
- Builds the electron applicaition as a.exe
file and compiles a windows installernpm run lint
- Runs eslintnpm run lint:fix
- Runs eslint with the fix flagnpm run test
- Runs the unit testsnpm run coverage-report
- Creates a coverage report in the/coverage
directory (Must be run after the unit tests)