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 static version you can:
npm run build
- which builds production ready versionnpm run dev-build
- which is useful in debugging
To run development server version use npm run serve