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!
- Install Ruby on your system
- Install Jekyll, a static site generator
- Install Bundler to manage Ruby dependencies
- Clone this repository
- Install the dependencies using:
bundle install
- Start the Jekyll server using:
bundle exec jekyll serve --livereload
- Open http://localhost:4000 in your browser to view the site
A big shoutout to Patrick Marsceill and team, who developed the just-the-docs theme ❤️.