- Run
nvm use
- Run
make setup
- Run
make build
This project uses a makefile to run commands.
Command | Description |
---|---|
setup | Base first-time install of project locally |
build | Build the project |
build-patch | Build the project and increase the patch version |
prettier | Run ESLint |
test | Launches the test runner |
test-build | Check for syntax errors. |
help | Display a list of commands |