Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mermaid-js/mermaid-live-editor
Browse files Browse the repository at this point in the history
* 'master' of github.com:mermaid-js/mermaid-live-editor: (29 commits)
  Release 1.22.10
  Upgrading Mermaid to version 8.10.1
  Release 1.22.10
  Fix error highlight
  Release 1.22.10
  Fix head
  Release 1.22.10
  Bump url-parse from 1.4.7 to 1.5.1
  Bump webpack-cli from 4.6.0 to 4.7.0
  Bump svelte from 3.38.1 to 3.38.2
  Release 1.22.10
  Move static files to public
  Release 1.22.10
  Remove dist
  Fix mermaid-js#152
  Release 1.22.10
  Update builder node version to 14
  Release 1.22.10
  Add volta
  Release 1.22.10
  ...
  • Loading branch information
sidharthv96 committed May 22, 2021
2 parents 9194b4e + 035ec5e commit 82dd3f0
Show file tree
Hide file tree
Showing 238 changed files with 301,415 additions and 43,529 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '14'

- name: Checkout
uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ coverage/
build/
yarn-error.log
.npmrc
*node_modules*
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docs
dist/
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ If you want to speed up the progress for mermaid-live-editor, join the slack cha

Edit, preview and share mermaid charts/diagrams.


## Features

- Edit and preview flowcharts, sequence diagrams, gantt diagrams in real time.
- Save the result as a svg
- Get a link to a viewer of the diagram so that you can share it with others.
- Get a link to edit the diagram so that someone else can tweak it and send a new link back


## Live demo

You can try out a live version [here](https://mermaid-js.github.io/mermaid-live-editor/).

## Setup

This project is set up using [Yarn](https://classic.yarnpkg.com/en/docs/getting-started):
[Volta](https://volta.sh) is used for managing node and yarn versions.

This project is set up using [Yarn](https://classic.yarnpkg.com/en/docs/getting-started). :

```
yarn install
Expand All @@ -43,7 +43,6 @@ registry=https://registry.npmjs.com/
//npm.pkg.github.com/:_authToken="XXXXXXXXX"
```


## Development

```
Expand All @@ -53,7 +52,6 @@ open http://localhost:8080

This app is created with Svelte + svelte-spa-router.


## Release

```
Expand Down
2 changes: 2 additions & 0 deletions bin/beta-release
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
# git clone [email protected]:mermaid-js/docs.git
# git clone https://github.com/mermaid-js/docs.git
set -e
rm -rf docs
yarn release
pushd .
if [ ! -d ../docs ]; then
echo "Clone https://github.com/mermaid-js/docs to parent folder before continuing."
exit
fi
rm -rf ../docs/mermaid-live-editor-beta/*
cp -r docs/* ../docs/mermaid-live-editor-beta
cd ../docs
git add .
Expand Down
1 change: 0 additions & 1 deletion docs/0.0.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/0.0.js.map

This file was deleted.

Loading

0 comments on commit 82dd3f0

Please sign in to comment.