Run a local production-optimized build.
$ npm run build
This will run checks and tests, increment the tag version and push the new tagged commit.
$ npm version minor
This project will run checks and build steps on GitHub Actions on every commit or push on any branch.
See the workflow config file.
See results on the Actions tab.
TODO: Add your deploy instructions here. Such as now to deploy to GH Pages, Netlify, Vercel, etc.