Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 499 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 499 Bytes

arnostneurad.com - my personal website

Setup:

  • Run sudo npm install -g gulp (if not installed)
  • ------FOR DEVELOPMENT------
  • Run npm install in the project root dir
  • Run gulp in the project root dir
  • ------FOR PRODUCTION (DEPLOYMENT)------
  • Not applicable at the moment! *TODO: make production gulp work
  • Run npm install --production in the project root dir
  • Run gulp --gulpfile gulpfile_production.js in the project root dir

Requirements:

  • Node.js >=7