- Install Node.js
- Run
npm install
to install dependencies
npm test -- --watch
to start interactive test promptnpm test
to run testsnpm run check
to run checksnpm run fix
to fix check violations
npm install
to install dependenciesnpm test -- --watch
to start interactive test promptnpm test
to run testsnpm run check
to run checksnpm run fix
to fix check violations