diff --git a/README.md b/README.md index 6d3937a7..9ce027f9 100644 --- a/README.md +++ b/README.md @@ -45,13 +45,11 @@ Before you begin, ensure you have the following installed on your system: ### Setup -## Getting Started - 1. Fork the repository 2. Clone your fork locally 3. Navigate to the web app directory: `cd apps/web` 4. Install dependencies: `bun install` -5. Start the development server: `bun run dev` +5. Start the development server: `bun dev` ## Development Setup diff --git a/apps/web/src/app/projects/page.tsx b/apps/web/src/app/projects/page.tsx index 94defe1e..499b999a 100644 --- a/apps/web/src/app/projects/page.tsx +++ b/apps/web/src/app/projects/page.tsx @@ -173,28 +173,24 @@ export default function ProjectsPage() { {isSelectionMode && savedProjects.length > 0 && ( -