Skip to content

M1hawk005/php

Repository files navigation

Portfolio Website

This is my personal portfolio website, built with Next.js and Supabase.

Technologies Used

  • Next.js
  • TypeScript
  • Supabase

Getting Started

  1. Clone the repository:

    git clone <repository_url>
  2. Install dependencies:

    npm install
    # or
    yarn install
    # or
    pnpm install
  3. 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>
  4. Run the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev

    Open http://localhost:3000 with your browser to see the result.

About

personal home page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors