johnwalley / bumps-results-tools

Tools for working with bumps results data
https://bumps-chart-generation.netlify.app/ui/
MIT License
1 stars 0 forks source link
bumps

Bumps Results Tools

Tools for manipulating bumps results data.

Canonicial results data can be found at the bumps-results repository.

Use these tools to convert between formats and generate data suitable for use by d3-bumps-chart and react-bumps-chart. These tools are used to produce the data and charts found at Cambridge Bumps.

📈 Using the UI

  1. Build the tools.

    npm run build
  2. Generate results file.

    npm run results
  3. Copy results file to ui directory.

    cp ./generated.json ./ui
  4. Run a webserver!

    For example

    npx http-server