FlowBoard Project info
Project URL (example): https://flowboard.team/
How can I edit this code?
There are several ways to edit FlowBoard:
1️⃣ Use your preferred IDE locally
Clone the repository:
git clone <YOUR_GIT_URL>
Navigate to the project folder:
cd <YOUR_PROJECT_NAME>
Install dependencies using Bun:
bun install
Start the development server:
bun run dev
Your app should now be running at http://localhost:5173/ (or the URL Bun provides).
2️⃣ Edit a file directly on GitHub
Navigate to the file in your repository.
Click the Edit (pencil) icon.
Commit changes directly from the GitHub web interface.
3️⃣ Use GitHub Codespaces
Click the Code button on your repo page.
Select Codespaces → New codespace.
Edit files and push changes as usual.
Technologies used
Bun 1.3+
Vite 7+
TypeScript
React 19+
Tailwind CSS
shadcn/ui