To work on this example locally, you can clone the repository and start editing, although there are a few pre-requisites:
- NodeJS and NPM
- A free newsapi.org API key
- A free covid19 API key
# clone the repo
git clone https://github.com/rezaduha/info-covid19-id.git
# move into the working directory and install dependencies
cd info-covid19-id
npm install
# build and start the local development server
npm start
# just run the build
npm run build