Skip to content

Instantly share code, notes, and snippets.

@vizowl
Last active July 27, 2017 07:37
Show Gist options
  • Save vizowl/100808887eef031bb868fcb17daef81e to your computer and use it in GitHub Desktop.
Save vizowl/100808887eef031bb868fcb17daef81e to your computer and use it in GitHub Desktop.
git clone https://github.com/nzherald/elm-d3-insights.git
cd elm-d3-insights
mkdir XXXX
git archive HEAD | (cd !$; tar xf -)
cd !$ # or cd XXXX
# (!$ is a bash shortcut to the last word of the previous command)
yarn # or npm install
yarn dev # or npm start dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment