Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/retejs/rete.js.org
Examples and documentation for Rete.js v1
https://github.com/retejs/rete.js.org
Last synced: 10 days ago
JSON representation
Examples and documentation for Rete.js v1
- Host: GitHub
- URL: https://github.com/retejs/rete.js.org
- Owner: retejs
- Created: 2018-06-10T19:46:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T20:57:07.000Z (over 1 year ago)
- Last Synced: 2024-10-30T00:54:47.450Z (21 days ago)
- Language: JavaScript
- Homepage: http://rete.js.org
- Size: 4.4 MB
- Stars: 35
- Watchers: 4
- Forks: 29
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rete-homepage
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```