Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/finger563/webgme-exporter
Allows automatic model loading and conversion to standard format with optional custom processing to a domain specific language. Enables serialization of a (sub-)tree of a webgme project.
https://github.com/finger563/webgme-exporter
Last synced: 13 days ago
JSON representation
Allows automatic model loading and conversion to standard format with optional custom processing to a domain specific language. Enables serialization of a (sub-)tree of a webgme project.
- Host: GitHub
- URL: https://github.com/finger563/webgme-exporter
- Owner: finger563
- Created: 2016-10-02T16:11:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-15T16:17:49.000Z (about 8 years ago)
- Last Synced: 2024-10-26T03:36:28.399Z (about 2 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webgme-exporter
## Installation
First, install the webgme-exporter following:
- [NodeJS](https://nodejs.org/en/) (v4.x.x recommended)
- [MongoDB](https://www.mongodb.com/)Second, start mongodb locally by running the `mongod` executable in your mongodb installation (you may need to create a `data` directory or set `--dbpath`).
Then, run `webgme start` from the project root to start . Finally, navigate to `http://localhost:8888` to start using webgme-exporter!