Website for the coronagraph demo bench "BabyCAT".
The BabyCAT website is built using the Jekyll framework. Jekyll is a static site generator that allows for easy creation and management of websites.
To run the BabyCAT website locally, follow these steps:
-
Install Jekyll and Bundler:
gem install jekyll bundler
-
Clone the repository:
git clone https://github.com/ivalaginja/babycat.git cd babycat
-
Install dependencies:
bundle install
-
Build the site and make it available on a local server:
bundle exec jekyll serve
-
Open your web browser and navigate to:
http://localhost:4000
You should now see the BabyCAT website running locally on your machine.
The Jekyll version 4.2.0 listed in the Gemfile only supports Ruby 3.0.x. The latest version of Ruby 3.0.x is 3.0.7.