Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 504 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 504 Bytes

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