Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 577 Bytes

File metadata and controls

33 lines (18 loc) · 577 Bytes

540 web page

You can visit it at this link

Developed with ❤🍺 and metalsmith.io


Steps to make it work:

Clone the project:

$ git clone git@github.com:540/web.git

$ git clone https://github.com/540/web.git

NPM / Node / Node-GYP Versions

npm - v6.13.4

node - v8.17.0

node-gyp - v3.8.0

Navigate to the project folder

  1. $ npm install

  2. $ bower install

  3. $ node build

Deploy to GitHub Pages

$ git subtree push --prefix build origin gh-pages