Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://sputnik-maps.github.io/mvt-styler/

Vector Style Editor
https://sputnik-maps.github.io/mvt-styler/

Last synced: 25 days ago
JSON representation

Vector Style Editor

Awesome Lists containing this project

README

        

## Quick Start

Make sure you have sqlite3 installed on your system.

## Build project

```bash
./install.sh
```

## Running Application

```bash
./run.sh
```

For UI-development cycle
```bash
./dev.sh
```
## Uninstalling NPM nodules
```bash
./uninstall.sh
```

## Building fonts

Copy fonts files to ./fonts folder. Then:
```bash

cd fonts
npm install
./build.sh

```

That's it!