Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sugitlab/chemchart

chart library for chemical data visualization
https://github.com/sugitlab/chemchart

Last synced: about 2 months ago
JSON representation

chart library for chemical data visualization

Awesome Lists containing this project

README

        

# ChemChart

[Demo](https://chemchart.vercel.app/)

## Developer

### Build ChemChart

```shell
cd chemchart
npm version patch(minor/major)
git push origin tags/v.x.x.x
npm publish ./
```

### Watch Mode

```shell
cd chemchart
npm run build:watch
cd ../example
npm run dev
```

Then, any updates on chemchart code will directry apply to the example app.

## publish

1. `npm version patch/minor/major`
2. `git tag -a v1.x.x -m "message"`
3. `npm publish ./`