- Node 7.7+
-
Clone the repository
git clone https://github.com/Datawheel/data-africa-site.git
-
Install npm packages
npm i
-
Build the site:
npm run build
-
Start the site:
npm run start
When testing you make skip steps 3 & 4 and simply run:
npm run dev
.