Skip to content

j-norwood-young/dm-elections-dashboard

Repository files navigation

DM Elections Dashboard

A monorepo for the Daily Maverick elections dashboard.

Setup

yarn install

Running

npm start

Testing

Run tests for individual packages from their respective directories:

cd packages/package
npm test