Frontend for GoodMap
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
To build and run static version follow these steps:
npm install
-- install all the dependencies in your project,npm run build
-- which builds production ready version,npm run dev-build
-- which is useful in debugging,npm run serve
-- run development server version.