Skip to content

bluerobotics/bluetheme

Repository files navigation

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