$ yarn
Run the project for local development.
$ yarn start
Build the project for a production environment.
$ yarn build
Test your code.
$ yarn test
The linting is configured with husky and will run before commit, but you can run it.
$ yarn lint # (Will run scripts and styles linting with autofix)
$ yarn lint:scripts # (Will run ESLint)
$ yarn lint:styles # (Will run Stylelint)
$ yarn lint:editor # (Will run ECLint)