Skip to content

tdoh/TDOHConf2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 18, 2019
5cf8b66 · Dec 18, 2019

History

21 Commits
Nov 5, 2019
Nov 5, 2019
Dec 18, 2019
Oct 20, 2019
Oct 20, 2019
Oct 20, 2019
Oct 20, 2019
Oct 20, 2019
Oct 20, 2019
Oct 20, 2019
Oct 20, 2019
Oct 20, 2019
Nov 5, 2019
Nov 11, 2019
Oct 20, 2019

Repository files navigation

tdoh.online

TDOH-Conf official website

Deploy

# install dependencies
npm install

# clone historical static directory
npm run deploy

Build

# 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

Publish

commit your change under ./dist and push to gh-pages branch