@spectora/photo-annotator
v1.0.6
Published
## Project setup ``` yarn install ```
Readme
mobile-flutter-annotator
Running the app locally
Make sure you've both variables exported in your terminal:
SPECTORA_NPM_TOKEN: needed to install private packagesFONT_AWESOME_TOKEN: needed to install the fontawesome pro version
Both variables can be found at the Engineering vault on 1Password.
Publish to NPM
In order to publish a new version to NPM, you'll need to:
- Bump the version following a semver syntax into the
package.jsonfile - Merge the new code into the
mainbranch. - Follow along the GitLab pipeline and the npm package private page to check if everything went well
Project setup
yarn installCompiles and hot-reloads for development
yarn serveCompiles and minifies for production
yarn buildRun your unit tests
yarn test:unitLints and fixes files
yarn lint