Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 540 Bytes

File metadata and controls

19 lines (14 loc) · 540 Bytes

CargoRocket Website

This is the Website of CargoRocket. It's build with Jekyll. To get started you'll need Ruby and sometimes ruby-erb. First install Jekyll:

# Install Jekyll gem and dependencies
$ bundle

# Start Jekyll server
$ jekyll serve --livereload

# Go to http://localhost:4000

Setup Jekyll for Mac M1: Workaround needed