<aside> 💡 Engineers: Please refer to the repo's README to setup the project.

</aside>

Mobile Design MVP: https://www.figma.com/file/4cV84H1jyMo0rJEAl3HNnJ/FightPandemics-landing-page?node-id=11%3A2

Desktop Design MVP: https://www.figma.com/file/4cV84H1jyMo0rJEAl3HNnJ/FightPandemics-landing-page?node-id=1377%3A8027

Design System MVP: https://www.figma.com/file/4cV84H1jyMo0rJEAl3HNnJ/FightPandemics-landing-page?node-id=3516%3A22832

Step 1: Install the required softwares

Open Terminal (or Command-Line for Windows users) and enter the following to check if you have the needed installations. Entering any of these should return the version of the software. If there are any errors that says something like ... does not exist or command not found, it is most likely means you need to install them.

Node.js:

node -v

(https://nodejs.org/en/download/)

npm:

npm -v