This is my personal portfolio website, built with Next.js and Supabase.
- Next.js
- TypeScript
- Supabase
-
Clone the repository:
git clone <repository_url>
-
Install dependencies:
npm install # or yarn install # or pnpm install
-
Configure Supabase:
- Create a Supabase project and obtain your Supabase URL and API key.
- Set the following environment variables:
NEXT_PUBLIC_SUPABASE_URL=<your_supabase_url> NEXT_PUBLIC_SUPABASE_ANON_KEY=<your_supabase_anon_key>
-
Run the development server:
npm run dev # or yarn dev # or pnpm dev
Open http://localhost:3000 with your browser to see the result.