Skip to content

Gklub/gklub.github.io

Repository files navigation

GeeKlub homepage project !

Build Status

This repo is homepage of GeeKlub which use travis-ci to build and github.io to show .

Build in your localhost

  1. install dependencies
npm install
  1. run
# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

How to contribution code

if you have administrator permission of this project, please push your commit to branch blog-source directly or you can create a pull request and I will merge it as soon as I can QwQ. Then commits in branch blog-source will be auto built and commit to master.

Attention! Don't modify branch master, your commits will be overwriten!