Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.07 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.07 KB

Astronomy Club IITK Wiki

Hacktoberfest Notice ⚠️📢

We are participating in Hacktoberfest 2024! 🎉

If you are interested in contributing to this repository, you may submit a pull request to add new content, fix typos, or improve the existing content.

Checkout contributing to learn more!

Setup

  1. Install Ruby on your system
  2. Install Jekyll, a static site generator
  3. Install Bundler to manage Ruby dependencies
  4. Clone this repository
  5. Install the dependencies using:
bundle install
  1. Start the Jekyll server using:
bundle exec jekyll serve --livereload
  1. Open http://localhost:4000 in your browser to view the site

Credits

A big shoutout to Patrick Marsceill and team, who developed the just-the-docs theme ❤️.