data-africa / data-africa-site

Front-end for Data Africa
MIT License
7 stars 5 forks source link

Data Africa Site

Installation

Prerequisties

Steps

  1. Clone the repository git clone https://github.com/Datawheel/data-africa-site.git

  2. Install npm packages npm i

  3. Build the site: npm run build

  4. Start the site: npm run start

When testing you make skip steps 3 & 4 and simply run: npm run dev.