Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 989 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 989 Bytes

nwPlus2020 Homepage

Year 2020 version of UBC nwPlus student club's homepage. It contains bried introduction of the club, the list of events the club holds every year, and provides newletter subscription and social media for interested site visitors to stay in touch with the club. The current homepage of the club has been redesigned and will reside in the www repo of the organization.

Getting started

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn run dev

Deploying

# build for production and launch server
$ yarn run build
$ yarn start

# generate static project
$ yarn run generate

Contributing

Check out our contribution guidelines.

Learn More

For detailed explanation on the JavaScript framework, Nuxt.js, used for this repo, checkout Nuxt.js docs.