Skip to content

turboflakes/site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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