https://github.com/ajthinking/data-story-v2
https://github.com/ajthinking/data-story-v2
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ajthinking/data-story-v2
- Owner: ajthinking
- License: other
- Created: 2023-03-11T07:50:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T10:00:52.000Z (about 3 years ago)
- Last Synced: 2025-02-11T10:47:29.995Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://data-story-brown.vercel.app
- Size: 636 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## DataStory :dizzy:

> This project is currently under construction.
### Development installation
```bash
# 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:
```tsx
```
### Commands
```bash
# Add a custom node
yarn make:node YourNewNode
# Run tests
yarn test
```
### License
Proprietary. See [LICENSE.md](/LICENSE.md)