Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 514 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 514 Bytes

juanferreras.com

Screenshot

You can see it live at juanferreras.com. Express/NodeJS.

Building

  • brew install npm on OSX to install it (or any other way of obtaining npm)
  • npm install to grab all the required dependencies. It will automatically build on postinstall using Grunt, compiling all images using imagemin cli tool.

Dev

  • npm start will build and launch a browser-sync tab.