Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 850 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 850 Bytes

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