Skip to content

Getting Started

Nathan Hui edited this page Sep 18, 2024 · 1 revision

For Developers

  1. Follow the instructions at https://jekyllrb.com/docs/installation/ to install the Jekyll generator on your machine.
  2. Follow the instructions at http://www.graphicsmagick.org/README.html#installation to install GraphicsMagick on your machine.
  3. Follow the instructions at https://docs.npmjs.com/downloading-and-installing-node-js-and-npm to install Node.js and npm on your machine
  4. Run npm ci in this repository root
  5. Run bundle install in this repository root
  6. Run npx gulp watch in this repository root to deploy a live server to http://localhost:4000

Dev deployment target: https://ucsd-e4e.github.io/website2.0/

Other gulp commands

  • npx gulp build performs a single static build of the site
  • npx gulp build -j "<INSERT JEKYLL ARGS>" creates a build of the site with custom jekyll arugments
Clone this wiki locally