parking lanes
1.0.0
Viewer:
Editor:
The correct Node version is specified in .nvmrc.
For an easy way to automatically use this Node version just for your current shell:
nvm
nvm use to automatically use the Node version specified in the .nvmrc. You may need to
nvm install.Run npm run prepare. This will install Husky, which will automatically run the command in .husky/pre-commit before commiting.
This prevents commits that fail typecheck or the linter being committed (you can always add a type or linter ignore though).