AGENTS.md

Cursor Cloud specific instructions

This is a Jekyll 3.10 + Tailwind CSS 3 static website for SLKone (a consulting firm). No database or external services are required for local development.

Prerequisites (system-level, installed once)

Running the dev server

  1. npm run build:css:prod — builds Tailwind CSS to assets/css/main.css (must run before Jekyll serve, or use npm run build:css for watch mode)
  2. bundle exec jekyll serve --host 0.0.0.0 --port 4000 — starts dev server at http://localhost:4000

Building for production

Key gotchas