Skip to content

Latest commit

 

History

History
73 lines (44 loc) · 1.03 KB

README.md

File metadata and controls

73 lines (44 loc) · 1.03 KB

treetracker-web-map-core

This is the core module for Greenstand web map application.

NPM Version

Dev Server

npm run dev

Testing

Integration Tests With Cypress

npm run cy

Linting and Formatting

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

Publishing

build project as production module

npm run pre-publish

execute the github action to release the tag.

check issue 41 here

Using

import module in different app

import { Map } from 'treetracker-web-map-core'