From 2fd7d0b49d2023bc73293c2ccfaf1de072c27d7c Mon Sep 17 00:00:00 2001 From: Wei-Lin Chiang Date: Sun, 3 Nov 2024 16:14:18 -0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5a8c59..f60f386 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,13 @@ For careful documentation of this template, see [here](https://github.com/alshed ## Dev workflow -First run `bundle install`. Then run `bundle exec jekyll serve` to start a local server. To build for production, run `bundle exec jekyll build` and copy `_site` to the server. +Install ruby and bundle: +``` +conda install -c conda-forge ruby compilers make imagemagick +gem install bundler +``` + +Run `bundle install` and `bundle exec jekyll serve` to start a local server. To build for production, run `bundle exec jekyll build` and copy `_site` to the server. If you also want to remove unused css classes from your file, run: