27ee3c9569
Change-Id: I5c8ec8a02570ef8d8e9fda5d16ead26d9c9ef1c1
26 lines
651 B
ReStructuredText
26 lines
651 B
ReStructuredText
My website, blog posts and conference talks
|
|
===========================================
|
|
|
|
If you're interested in my presentations, you can go look at them here:
|
|
http://inaugust.com/talks
|
|
|
|
Building
|
|
--------
|
|
|
|
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
|
|
|
|
.. _yarn: https://yarnpkg.com/en/docs/install
|