Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 531 Bytes

readme.md

File metadata and controls

12 lines (9 loc) · 531 Bytes

Wheel Size Visualizer

All files are static--there is no real backend server or database that stores the data. All data on example setups comes from src/examples/*. Update those examples, then run npm run generate to parse it into the files in dist/examples/. The files here are broken up by wheel size and offset, which is easier for the web interface to query (eg: it can just GET /examples/<car>/<width>/<offset>.json).

This might not scale well, but GitHub pages is free :D