This is the code for the Adaptive Control website
The site is built with Node, React, Bootstrap, Recharts, and Leaflet. We deploy on Netlify to a Google Domains-managed domain.
- install Node and
npm
for your system - install all packages/dependencies:
npm install -S
- start the local dev server:
npm start
- create a branch and make your changes, and file a pull request
- merged pull requests to
staging
are picked up and deployed to staging.adaptivecontrol.org - merged commits from
staging
toproduction
are picked up and deployed to adaptivecontrol.org