Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neo4j-devtools/mermaid-ga
https://github.com/neo4j-devtools/mermaid-ga
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/neo4j-devtools/mermaid-ga
- Owner: neo4j-devtools
- Created: 2020-05-22T11:56:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T15:01:27.000Z (over 1 year ago)
- Last Synced: 2024-11-20T02:37:46.096Z (2 months ago)
- Language: TypeScript
- Size: 14.9 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mermaid Graph App
A convenient wrapper of Mermaid to use within Neo4j Desktop.
## Install
Install for offline use:
-- `https://registry.npmjs.org/@neo4j-apps/mermaid-ga`
Use hosted application:
-- `https://neo4j-apps.github.io/mermaid-ga/`
## Development
Run application in development mode: `npm run start`
But, first `npm i` to get All The Things
## Publishing
Produce a build:
- `npm run build`
- `npm pack`Test the build by dragging and dropping the `.tgz` onto Neo4j Desktop.
Publish:
- `npm run deploy`