This project is currently under construction.
# Install
git clone git@github.com:ajthinking/data-story-v2.git
cd data-story-v2
yarn
# Start the server
npx ts-node server/socket.ts
# Start the client (in a new tab)
yarn dev
Until organized into npm packages, everything lives in a NextJs app. Later, we will export a component:
<DataStory server={server} diagram?={diagram} />
# Add a custom node
yarn make:node YourNewNode
# Run tests
yarn test
Proprietary. See LICENSE.md