Skip to content

blvrdev/portfoliocheckup-dev

Repository files navigation

portfoliocheckup-dev

Install gulp and Bower

Requires node.js. Update to the latest version of npm: npm install -g npm@latest.

  1. Install gulp and Bower globally with npm install -g gulp bower
  2. Run npm install in the root directory. This may take a while to compile image minifiers, but this is a one time operation.
  3. Run bower install

Available gulp commands

  • gulp — Compile and optimize the files in your assets directory
  • gulp watch — Compile assets when file changes are made
  • gulp --production — Compile assets for production (no source maps).

Using Jekyll locally

Requires Ruby version 2.0, and Bundler (install with gem install bundler). On initial setup, run bundle install in the root directory.

  • bundle exec jekyll build — Compile site
  • bundle exec jekyll serve — Launch a server at http://localhost:4000/ with realtime file watching and compilation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published