The app is deployed to https://emcee5601.github.io/fit-test-console/
activity | command | notes |
---|---|---|
run dev version locally | yarn dev | |
lint | yarn lint | |
bump version | yarn version [--major |--minor |--patch] | |
build locally | yarn build | |
publish with gh-pages | yarn run deploy | Be sure to bump version and build first. Contents of the dist directory are published. Modify as required prior to deploying. |