This is the source code for the portfolio site for https://mraihan.vercel.app
- npm
npm install npm@latest -g
- yarn
npm install --global yarn
- Supabase account: https://supabase.com/
- Clone the repo
git clone https://github.com/raihahahan/portfolio
- Install NPM packages with yarn
yarn
- Create a
.env.local
file at the root of the project. - Enter your supabase API key and url in
.env.local
NEXT_PUBLIC_SUPABASE_URL=YOUR_KEY_0 NEXT_PUBLIC_SUPABASE_ANON_KEY=YOUR_KEY_1
yarn dev
Please feel free to use any bits of this code in your own work, but please link to my site somewhere.
MIT License: See https://github.com/raihahahan/portfolio/blob/main/LICENSE