An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# \

The Direwolf Modeler is an online collaborative modeling environment.

## Installation
```bash
npm i direwolf-modeler
```

## Usage
```html

import '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
```