/info-covid19-id

Site projects that display covid19 data in Indonesia

Primary LanguageHTMLMIT LicenseMIT

info-covid19-id License: MIT Netlify Status

Local development

To work on this example locally, you can clone the repository and start editing, although there are a few pre-requisites:

# 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