Version 2 of Pasco - a test prep application for university students in Ghana
# Pasco Vue
> A test prep application for university students in Ghana
## Getting Started
``` bash
# install dependencies
$ npm install
# serve with hot reload at localhost:8081
$ quasar dev
```
If you want to contribute to the code, start by checking out /src/router.js to get a structure of the different pages in the web app. Happy commiting :-)
## Building for Production
``` bash
# build for production with minification
$ quasar build
```