Skip to content

Commit

Permalink
Merge branch 'main' of github.com:lmarena/lmarena.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
infwinston committed Nov 4, 2024
2 parents fe2d60f + 2fd7d0b commit 1296967
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 1296967

Please sign in to comment.