The website for the Undergraduate Bioinformatics Club at University of California, San Diego; 2018-2019.
This project is built using Nuxt.js.
To install, clone the repository then run:
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
This project is licensed under the MIT License - see the LICENSE.md file for details.