A modern web application for sharing and discovering quotes.
- Submit and browse quotes
- Author profiles with images
- User authentication
- Modern, responsive UI
- Real-time updates
- Next.js 15 (App Router)
- TypeScript
- Tailwind CSS
- Shadcn/UI Components
- Supabase for authentication and database
- Vercel for deployment
-
Clone the repository:
git clone https://github.com/lanasdev/superquotes.git cd superquotes -
Install dependencies:
npm install # or yarn install # or pnpm install
-
Set up environment variables:
- Copy
.env.exampleto.env.local - Fill in your Supabase credentials and other required variables
- Copy
-
Run the development server:
npm run dev # or yarn dev # or pnpm dev
-
Open http://localhost:3000 in your browser to see the application
- [] page to add authors