This project was bootstrapped with Create React App.
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
Builds the app using parcel.
After building, copy the dist
files into the
static-s3 repo for hosting.
Then you can embed it on any website like this:
<link href="https://dxe-static.s3.amazonaws.com/donation-thermometer/index.css" rel="stylesheet" />
<div class="dxe-donation-thermometer" data-start-date="2022-09-21" data-goal="25000"></div>
<script src="https://dxe-static.s3.amazonaws.com/donation-thermometer/index.js"></script>