Website for the QANTA project, converted from the original Google Sites page (https://sites.google.com/view/qanta/home) into a Jekyll-powered static site.
- Install Ruby and Bundler (if you do not already have them).
- Install dependencies:
bundle install- Run the development server:
bundle exec jekyll serve- Open the site in your browser at
http://localhost:4000.
This repository is structured as a standard Jekyll site and can be deployed on any static hosting that supports Jekyll builds (e.g., GitHub Pages, Netlify, or a custom CI pipeline).