UI for suzdal ontology framework
| docs | ||
| src | ||
| .gitignore | ||
| CHANGELOG.md | ||
| elm-git.json | ||
| elm.json | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| webpack.config.js | ||
| yarn.lock | ||
Suzdal network file service
Installation
Clone this repo and run install script.
With npm
$ git clone https://github.com/movefasta/suzdal.git
$ cd suzdal
$ npm install
Developing
Start with Elm debug tool with either
$ npm start
or
$ npm start --nodebug