This repository contains the code for my Jekyll site styled with TailwindCSS.
Ensure you have the following installed on your local machine:
- Ruby
- Bundler
- Node.js
- NPM
Clone the repository to your local machine.
git clone https://github.com/username/rrich.io-tw-jk.git
cd rrich.io-tw-jk
Install the necessary Ruby and Node.js dependencies.
bundle install
npm install
npm run start
To build the CSS for production, run the following command: npm run build:css