quorth0n / treetracker-web-map-core

The basic and core module of Greenstand web map application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Debuging

To open detailed log (default is WARN), set the loglevel as below:

image

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.

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 93.5%Language:CSS 6.3%Language:Shell 0.2%