Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/martinjrobins/plotter


https://github.com/martinjrobins/plotter

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# plotter

## Build Setup

```bash
# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and deploy to github pages
$ npm run generate_ghpages
$ npm run deploy

# build for production and deploy to a docker image
$ npm run generate_docker
$ docker build --tag plotter:1.0 .
$ docker run --publish 5001:5001 --env INSTANCE_ID= --env
DATA_IDS='[, ]' --name plot plotter:1.0
```