Skip to content

turboflakes/site

Repository files navigation

turboflakes.io

This project was built with Yew and is the home of our main website turboflakes.io

Use trunk to build and serve the site

#!/bin/bash
trunk serve

This project uses Tailwind CSS to write and generate styles. To get the project fully operational install Tailwind CSS via npm or yarn

#!/bin/bash
npm install tailwindcss

Open a new terminal window and run

#!/bin/bash
npm run watch