An information platform that helps international travellers navigate their way with travel requirements during the Covid19 Pandemic within the African Continent.
# Covidus
Covidus is a project created with NuxtJS with a team of learners during Google Africa Developer Scholarship Program 2020
Demo Address:
covidus.netlify.app
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out Nuxt.js docs.