![Github Actions](https://github.com/problematy/goodmap-frontend/actions/workflows/frontend-test.yml/badge.svg?event=push&branch=main)
[![Coverage Status](https://coveralls.io/repos/github/Problematy/goodmap-frontend/badge.svg?branch=main)](https://coveralls.io/github/Problematy/goodmap-frontend?branch=main)

# goodmap-frontend

Frontend for [GoodMap](https://github.com/Problematy/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](https://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.
