Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 445 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 445 Bytes

bluetheme

A Zola theme for documenting Blue Robotics' software applications.

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