Skip to content

Commit

Permalink
New video.
Browse files Browse the repository at this point in the history
Patched up some now-broken imports.
Specified Node version.
  • Loading branch information
keeffEoghan committed Oct 9, 2017
1 parent 2911b90 commit 5ecc920
Show file tree
Hide file tree
Showing 15 changed files with 9,799 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -2,7 +2,7 @@
# @todo Separate each project/demo into its own repo and package.

APP_NAME = tendrils
ARGS =
ARGS =

help:
@echo "tendrils"
Expand Down Expand Up @@ -32,7 +32,7 @@ setup: node_modules/.bin
# modification date of `node_modules` when done.
node_modules/.bin: package.json
npm config set progress=false;
npm cache clean;
npm cache verify;
npm install;
touch $@;

Expand Down
5 changes: 5 additions & 0 deletions README.md
@@ -1,2 +1,7 @@
# Portfolio

A place to share projects

## Building

Top-level commands are run from the `Makefile`.
Binary file added images/thumb.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5ecc920

Please sign in to comment.