Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nibalizer/inaugust.com
https://github.com/nibalizer/inaugust.com
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nibalizer/inaugust.com
- Owner: nibalizer
- License: apache-2.0
- Created: 2015-11-21T15:24:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-21T15:37:14.000Z (about 9 years ago)
- Last Synced: 2024-10-26T20:14:36.179Z (2 months ago)
- Language: HTML
- Size: 1.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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/talksBuilding
--------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