Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nibalizer/inaugust.com


https://github.com/nibalizer/inaugust.com

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

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 node and npm.
::

apt-get install nodejs nodejs-legacy npm

The following commands will get you started:
::
# This will install miscellaneous runtime dependencies.
npm install

# This will create a local webhost, serving all of your presentations.
# It will autodetect changes and refresh any applicable pages.
npm start

# This will construct your current presentations, and rsync them
npm run release