Skip to content

An open-source municipal-themed website (city, county, state, federal).

Notifications You must be signed in to change notification settings

civicstudio/modular-city

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy Jekyll to S3 using GitHub Actions

Development

Tailwind 4.x uses the tailwindcss/cli to build assets. npm run build:css generates assets/css/main.css, based on the Tailwind classes that are used in the project.

Option 1: Simple (build CSS once, then serve)

npm run build:css
bundle exec jekyll serve --livereload

Option 2: Watch for CSS changes (two terminals)

Terminal 1 - Watch and rebuild CSS on changes:

npx @tailwindcss/cli -i ./assets/css/tailwind.css -o ./assets/css/main.css --watch

Terminal 2 - Serve Jekyll with live reload:

bundle exec jekyll serve --livereload

This setup watches for changes to your CSS and HTML files, rebuilds the CSS, and auto-refreshes the browser.

About

An open-source municipal-themed website (city, county, state, federal).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published