Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.51 KB

README.md

File metadata and controls

16 lines (10 loc) · 1.51 KB

Mark's Fit Test Console

The app is deployed to https://emcee5601.github.io/fit-test-console/

Maintainer's notes

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.