Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinjrobins/plotter
https://github.com/martinjrobins/plotter
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/martinjrobins/plotter
- Owner: martinjrobins
- License: bsd-3-clause
- Created: 2020-07-08T16:46:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T23:10:42.000Z (over 1 year ago)
- Last Synced: 2024-06-15T04:10:35.655Z (7 months ago)
- Language: JavaScript
- Homepage: https://martinjrobins.github.io/plotter/
- Size: 10.8 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```