npm install
Depending on the editor, please modify the .gitignore
to prevent additional files being added to the project.
# Lint
npm run lint
npm run lint:dev
# Test
npm run test
# Build
npm run build
Test will fail for anything under 90% coverage.
Commit messages can have any form as long as the PR title follows the Conventional Commits. There's also a CI check for that in place.