UI for suzdal ontology framework
Find a file
2020-10-13 15:18:11 +03:00
docs docs for default repos 2020-06-13 16:50:44 +03:00
src 0.4.4 version 2020-10-13 10:28:44 +03:00
.gitignore all non-versioned files will place to misc dir 2019-12-30 14:18:21 +03:00
CHANGELOG.md added v0.4.4 CHANGELOG 2020-10-13 15:18:11 +03:00
elm-git.json update elm-ui package to 1.1.2 2019-07-24 23:28:26 +03:00
elm.json update elm-ui version to 1.1.8 2020-10-13 10:24:36 +03:00
LICENSE initial commit 2019-05-23 13:31:15 +03:00
package-lock.json restyling UI & add elm animator package 2020-04-14 20:57:29 +03:00
package.json 0.5 IPFS update 2020-07-08 23:40:52 +03:00
README.md Update README.md 2019-12-05 00:20:10 +03:00
webpack.config.js assets dir changed 2020-05-30 19:18:33 +03:00
yarn.lock Bump acorn from 6.3.0 to 6.4.1 2020-04-14 17:59:29 +00:00

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