commit porto oficial website
# install dependencies
yarn install
# serve with hot reload at localhost:8080
yarn start
# build for production with minification (deploys to gh-pages)
yarn deploy
For a detailed explanation on how things work, check out the guide and docs for vue-loader.
Older editions are archived in alumniei/commitporto-previous.
Each edition is under the path /<YEAR> (ex: 2019 edition is at https://previous.commitporto.com/2019)
To build a static version of the previous edition:
- Change the favicon's
hrefin the fileindex.htmlfrom/static/favicon.icoto/<YEAR>/static/favicon.ico - In the file
config/index.jschange the variablebuild.assetsPublicPathfrom/to/<YEAR>/ - Change the path to the
Homepage. In the filesrc/router/index.jschange thepathof theHomepageroute from/to/<YEAR> - Build a static version with
$ yarn run build - Copy the ALL generated content from the
distfolder to the matching folder in the commitporto-previous repository~/git/commitporto-previous/<YEAR> - Commit & push. Github pages should deployt it automatically :)