js-sequence-diagrams
Draws simple SVG sequence diagrams from textual representation of the diagram
File Explorer
Download Latest Version (.zip)- danielbd.woff
- danielbd.woff2
- sequence-diagram-min.css
- sequence-diagram-min.js
- sequence-diagram-min.js.map
- sequence-diagram-raphael-min.js
- sequence-diagram-raphael-min.js.map
- sequence-diagram-raphael.js
- sequence-diagram-snap-min.js
- sequence-diagram-snap-min.js.map
- sequence-diagram-snap.js
- sequence-diagram.css
- sequence-diagram.js
- grid_12-825-55-15.css
- specimen_stylesheet.css
- Daniel Midgley.txt
- daniel-demo.html
- daniel.ttf
- daniel.woff
- daniel.woff2
- daniel_400.font.js
- daniel_700.font.js
- daniel_black_900.font.js
- danielbd-demo.html
- danielbd-original.ttf
- danielbd.ttf
- danielbd.woff
- danielbd.woff2
- danielbk-demo.html
- danielbk.ttf
- danielbk.woff
- danielbk.woff2
- Font license - Daniel.pdf
- generator_config.txt
- README.md
- stylesheet.css
- diagram.js
- grammar.ebnf
- grammar.jison
- jquery-plugin.js
- main.js
- sequence-diagram.css
- sequence-diagram.js
- theme-raphael.js
- theme-snap.js
- theme.js
- align.html
- font_test.html
- gallery.html
- grammar-tests.js
- qunit.html
- raphael-mock.js
- snap-mock.js
- test.html
- webfont-mock.js
- .eslintrc.js
- .gitignore
- .gitmodules
- .jscsrc
- .travis.yml
- _site
- bower.json
- DESIGN.md
- LICENCE
- Makefile
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/bramp/js-sequence-diagrams
Downloads the entire project code from GitHub to your computer.
cd js-sequence-diagrams
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
make test
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
