Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 436 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 436 Bytes

deckofpandas.github.io

Building locally

Initial setup for first local build

  • git clone repo
  • cd repo_folder
  • bundle install to install list of gems in Gemfile
  • npm install to install list of node packages in packages.json

Then

  • gulp serve builds the site and serves it at `localhost:3000
  • (The gulpfile has other build options, including gulp clean)
  • Browser automaticlly refreshes with changes etc