This project was built with Yew and is the home of our main website turboflakes.io
#!/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