sashaboyd / workflow

Tracking tasks without losing track of the big picture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workflow

Graph drawing for mindmapping, knowledge engineering and creative-tool-making.

example graph

Quick start

You will either need NPM or Yarn installed.

NPM

npm run dev     # run development server
npm run build   # build production assets

Yarn

yarn dev        # run development server
yarn build      # build production assets

Development

We use spago to manage our Purescript dependencies. While this is installed as a dev-dependency in package.json you may want to install it directly to make it easier to manage these dependencies directly.

License

The project is licensed under the terms of the Apache License (Version 2.0).

See LICENSE or http://www.apache.org/licenses/LICENSE-2.0 for details.

About

Tracking tasks without losing track of the big picture

License:Apache License 2.0


Languages

Language:PureScript 92.2%Language:Dhall 4.0%Language:CSS 2.9%Language:JavaScript 0.7%Language:HTML 0.3%