An app that helps students when applying for courses at public universities in uganda
-
Install all packages
yarn # npm install [for npm]
-
Run development server
yarn serve # npm run serve [for npm]
-
Generate build files for deployment
yarn build # npm run build [for npm]