Public shipment tracker for Distribute Aid shipments.
ℹ️ These instructions apply to Unix-based development environments; Linux and Mac users should be fine. Windows users could look into setting up their development environment using WSL2.
npm ci
Make this environment variable available:
ℹ️ Linux users can use direnv to simplify the process.
export SHIPMENTS_URL=https://docs.google.com/spreadsheets/d/1f5H0sOY4tfkQF_QkQemt1GHTYd_wgsvBgmzE4miI9g4/export?format=tsv
Fetch the fallback set of shipments from the URL (the app will refetch from the URL on boot):
mkdir -p dist/
npx tsc
node scripts/fetchShipments.js > dist/shipments.json
npm start
see ./adr.
- Package icon based on Feather icons, licensed under the MIT license