This is a static website for Barcamp Cyberjaya 2020. Barcamp is a conference where audience get to choose talks and speakers of their interests. This website is written using Nuxt.js.
By keishi
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
For detailed explanation on how things work, check out Nuxt.js docs.
This website is deployed using the branch gh-pages
hosted by github