Front-end component for Junior Honours project.
Written for CS3099 at the University of St Andrews (2017-18).
This application was tested using
- node v9.11.1
- yarn v1.6.0
- Vue.js v2.5.13
Dependencies can be installed by running
yarn install
For development mode, run
yarn serve
Or, for production mode, run
yarn build
yarn start