Skip to content

ajthinking/data-story

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
March 26, 2023 11:33
April 1, 2023 10:08
March 12, 2023 00:51
April 1, 2023 16:43
April 1, 2023 11:28
April 1, 2023 18:06
April 1, 2023 10:01
March 12, 2023 17:40
April 1, 2023 07:10
March 26, 2023 11:33
April 1, 2023 11:31
April 1, 2023 11:31
March 15, 2023 19:37
April 1, 2023 10:01
March 29, 2023 13:30
March 12, 2023 00:51
March 31, 2023 07:26

DataStory πŸ’«

ds_readme_gif

This project is currently under construction.

Development installation

# 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

React Component

Until organized into npm packages, everything lives in a NextJs app. Later, we will export a component:

<DataStory server={server} diagram?={diagram} />

Commands

# Add a custom node
yarn make:node YourNewNode

# Run tests
yarn test

License

Proprietary. See LICENSE.md