Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 489 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 489 Bytes

bluetheme

A Zola theme for documenting Blue Robotics' software applications:

theme-examples

Currently Used In...

Local Usage

  1. install dependencies (e.g. tailwind and flowbite)

    npm install

  2. generate the output.css file

    npx tailwindcss -i ./input.css -o ./static/output.css --watch