0.2.0 • Published 5 months ago

@problematy/goodmap v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Github Actions Coverage Status

goodmap-frontend

Frontend for GoodMap

Installing

This code is packaged in npm so to use it you can install it with npm: npm i @problematy/goodmap

If you want to use compiled version you can use cdn here:

cdn.jsdelivr.net/npm/@problematy/goodmap

Development

To build and run static version follow these steps:

  1. npm install -- install all the dependencies in your project,
  2. building:
    • npm run build -- which builds production ready version,
    • npm run dev-build -- which is useful in debugging,
  3. npm run serve -- run development server version.