Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 654 Bytes

deploy.md

File metadata and controls

29 lines (16 loc) · 654 Bytes

Deploy

Build app

Run a local production-optimized build.

$ npm run build

Release

This will run checks and tests, increment the tag version and push the new tagged commit.

$ npm version minor

Deploy pipeline

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.