Skip to content

whateverui/whatever-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛠️ Project Setup Guide (Using Bun)

This project uses Turborepo with Bun as the package manager.

🚀 Prerequisites

Make sure you have the following installed:

  • Bun – Install it using:

    curl -fsSL https://bun.sh/install | bash
  • Node.js (if required for tooling)

  • Git


📦 Install Dependencies

Clone the repo and install dependencies for all apps and packages:

git clone https://github.com/whateverui/whatever-ui
cd whatever-ui
bun install

🧪 Development

To run all apps/packages in development mode:

bun run dev

🔨 Build

To build all apps and packages:

bun run build

📦 Remote Caching (Optional)

To enable Vercel Remote Caching for faster CI and team collaboration:

  1. Log in to Vercel:

    bunx turbo login
  2. Link your Turborepo to your Vercel project:

    bunx turbo link

Remote Caching is free and improves build times across machines.


🧭 Useful Commands

Command Description
bun install Install dependencies
bun run dev Run dev servers for all apps
bun run build Build all apps/packages
bunx run login Authenticate with Vercel
bunx run link Link repo to Vercel Remote Cache

About

whatever.codes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •