https://github.com/direwolf/direwolf-modeler
Direwolf Model Academy is an online collaborative modeling environment.
https://github.com/direwolf/direwolf-modeler
Last synced: about 1 month ago
JSON representation
Direwolf Model Academy is an online collaborative modeling environment.
- Host: GitHub
- URL: https://github.com/direwolf/direwolf-modeler
- Owner: direwolf
- License: mit
- Created: 2019-10-13T12:42:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T04:56:57.000Z (about 2 years ago)
- Last Synced: 2024-04-13T18:06:32.310Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://direwolf.rocks/spaces/myspace
- Size: 347 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - direwolf/direwolf-modeler - Direwolf Model Academy is an online collaborative modeling environment. (others)
README
# \
The Direwolf Modeler is an online collaborative modeling environment.
## Installation
```bash
npm i direwolf-modeler
```## Usage
```htmlimport 'direwolf-modeler/direwolf-modeler.js';
```
## Testing using karma (if applied by author)
```bash
npm run test
```## Testing using karma via browserstack (if applied by author)
```bash
npm run test:bs
```## Demoing using storybook (if applied by author)
```bash
npm run storybook
```## Linting (if applied by author)
```bash
npm run lint
```