$ yarnRun the project for local development.
$ yarn startBuild the project for a production environment.
$ yarn buildTest your code.
$ yarn testThe 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)