summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2015-08-01 03:26:45 +1000
committerMonty Taylor <mordred@inaugust.com>2015-08-01 03:26:45 +1000
commit816c90235ed3393b72fc2344457a105971049b5b (patch)
tree3aa9f0fa4858a60dcb98ecda2fe271a2785930ae /README.rst
parent22ab0f1a87a61a84dc78721ecbdde43ec2b1c556 (diff)
Updated README
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..e7d40b6
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,25 @@
1My website, blog posts and conference talks
2===========================================
3
4If you're interested in my presentations, you can go look at them here:
5http://inaugust.com/talks
6
7Building
8--------
9
10First, you will need node and npm.
11::
12
13 apt-get install nodejs nodejs-legacy npm
14
15The following commands will get you started:
16::
17 # This will install miscellaneous runtime dependencies.
18 npm install
19
20 # This will create a local webhost, serving all of your presentations.
21 # It will autodetect changes and refresh any applicable pages.
22 npm run serve
23
24 # This will construct your current presentations, and rsync them
25 npm run release