Skip to content

An interactive experience to create a vega-lite visualization

License

Notifications You must be signed in to change notification settings

datadotworld/chart-builder

Repository files navigation

chart-builder

CircleCI

This is an app to generate Vega-Lite visualizations using data from a data.world query.

Getting started

  1. Install dependencies: yarn
  2. Start the server: yarn start
  3. Navigate to: http://localhost:3500

Building for production

  1. yarn build

Testing

  1. Ensure the app is running on :3500
  2. For jest tests: yarn test
  3. For integration tests: yarn cypress run

Adding tests

  1. Ensure the app is running on :3500
  2. For jest tests: yarn test
  3. For integration tests: yarn cypress open

This app was bootstrapped with create-react-app