Skip to content

Commit

Permalink
package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Beney committed Nov 13, 2017
1 parent 456560e commit f5a05a3
Show file tree
Hide file tree
Showing 4 changed files with 540 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.pug-cache
Gemfile.lock
dist
node_modules
6 changes: 5 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ Jekyll-Pug-Material

# A Material Design Pug Experience Using [Jekyll-Pug](https://jekyll-pug.dougie.io/)

To Run:
## To Run:

1. Clone/download this repository.
2. `cd` into the cloned/downloaded repository and run the command `bundle`.
3. Run the command `jekyll serve`.

## Package.json?

The package.json is for deploying to Netlify. It tells Netlify to install the Pug-CLI NPM package which is needed in order to run Jekyll-Pug.
Loading

0 comments on commit f5a05a3

Please sign in to comment.