Skip to content

Instantly share code, notes, and snippets.

View funraise-af's full-sized avatar

Funraise Creative funraise-af

  • Funraise
  • Long Beach, CA
View GitHub Profile
SHELL := /bin/bash
YARN := yarn
VENDOR_DIR = assets/vendor/
JEKYLL := jekyll
PROJECT_DEPS := package.json
.PHONY: all clean install update
all : serve