Visualization editor for Heroic data.
# Install all the dependencies
yarn
# Initialize the dev server
npm start
Your dev server should be running on localhost:3000.
Got no heroic cluster? Continue reading.
Setup and run a local heroic instance with test data.
# Clone and cd
git clone git@github.com:spotify/heroic && cd heroic
# Install repackaged dependencies
tools/install-repackaged
# Speedy building this java project with maven
mvn -D maven.test.skip=true package
# Run heroic with the in-memory profile in server mode
tools/heroic-shell -P memory --server
# Within the heroic shell generate test data
load-generated
# Run the test
npm test
- React
- Cerebral V2
- VictoryCharts
This project was bootstrapped with Create React App.
You can find the most recent version of the create-react-app guides here.