The landing page for Viblo's Organization feature base on Nuxt.js. For detailed explanation on how things work, checkout Nuxt.js docs.
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# generate static project for production
$ yarn generate
- Generate and Zip static project
# generate static project for production and create ./dist/dist.zip file
$ yarn release
- Release
Make a release on repositoy and attach dist.zip
file.