Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 541 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 541 Bytes

rrich.io-tw-jk

This repository contains the code for my Jekyll site styled with TailwindCSS.

Prerequisites

Ensure you have the following installed on your local machine:

  • Ruby
  • Bundler
  • Node.js
  • NPM

Setup

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