<aside> 💡 Engineers: Please refer to the repo's README to setup the project.
</aside>
Getting the latest updates of the app from Github
Useful commands in the Terminal/Command Line
git pull origin master or git pullRunning the app (make sure Docker Desktop is running in the background)
docker-compose upcd client and then npm run startStop running the app
ctrl + cctrl + cdocker-compose downMobile 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
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