|
3 months ago | |
---|---|---|
playbooks | 9 months ago | |
roles/netlify-publish | 9 months ago | |
src | 3 months ago | |
.editorconfig | 6 years ago | |
.gitignore | 3 years ago | |
.gitreview | 2 years ago | |
.zuul.yaml | 9 months ago | |
LICENSE | 6 years ago | |
README.rst | 2 years ago | |
bindep.txt | 2 years ago | |
gulpfile.js | 2 years ago | |
package.json | 9 months ago | |
yarn.lock | 9 months ago |
If you're interested in my presentations, you can go look at them here: http://inaugust.com/talks
First, you will need yarn.
The following commands will get you started:
# This will install miscellaneous runtime dependencies. yarn install
# This will create a local webhost, serving all of your presentations. # It will autodetect changes and refresh any applicable pages. yarn start
# This will build the content in the dist
directory yarn run package