This is the core module for Greenstand web map application.
npm run dev
npm run cy
To open detailed log (default is WARN), set the loglevel as below:
Note: All of these actions will be automatically run when appropriate with lint-staged during the git pre-commit stage.
check for lint errors
npm run lint
check for lint errors with auto fix
npm run lint:fix
format with prettier
npm run format
sort package.json
npx sort-package-json
build project as production module
npm run pre-publish
execute the github action to release the tag.
check issue 41 here
import module in different app
import { Map } from 'treetracker-web-map-core'