Skip to content

The basic and core module of Greenstand web map application.

License

Notifications You must be signed in to change notification settings

eating247/treetracker-web-map-core

 
 

Repository files navigation

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'

About

The basic and core module of Greenstand web map application.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.2%
  • CSS 5.6%
  • Shell 0.2%