This repository controls everything seen on my personal site. It is built with Jekyll and deployed using GitHub Pages.
- Install dependencies:
bundle install - Compile Tailwind's utility CSS:
./tailwindcss -i _sass/tailwind.css -o assets/tailwind.css - Start the Jekyll server:
bundle exec jekyll serve - Open your browser and visit http://localhost:4000