Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 714 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 714 Bytes

Bolt Directory

A web application for showcasing and discovering Bolt projects, built with Supabase for backend services including authentication, database, and storage.

Features

  • Browse and search Bolt projects
  • User authentication
  • Project submission
  • Like and interact with projects

Development

Prerequisites

  • Bun installed on your system
  • Supabase project credentials

Setup

  1. Clone the repository
  2. Copy env.example to .env and add your Supabase credentials
  3. Install dependencies:
bun install
  1. Start the development server:
bun run dev

Build

bun run build

Author

DonvitoCodes