-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Nathan Hui edited this page Sep 18, 2024
·
1 revision
- Follow the instructions at https://jekyllrb.com/docs/installation/ to install the Jekyll generator on your machine.
- Follow the instructions at http://www.graphicsmagick.org/README.html#installation to install GraphicsMagick on your machine.
- Follow the instructions at https://docs.npmjs.com/downloading-and-installing-node-js-and-npm to install Node.js and npm on your machine
- Run
npm ci
in this repository root - Run
bundle install
in this repository root - 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/
-
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