Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 618 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 618 Bytes

Fight COVID-19 Landing Page

This is built with Gatsby

Node and package manager

  • Node version v13.11.0
  • NPM version 6.13.7

How to start

Clone the repo

ssh: git clone git@github.com:elcronos/COVID-19.git
https: git clone https://github.com/elcronos/COVID-19.git

Install dependencies

npm install

Run the dev server

npm run develop

or

npm start

Production build

npm run build

Run the production server

npm run serve

Key libraries