git clone https://github.com/alanagoyal/alanagoyal
This project uses Supabase as a backend. To set up the database, create a new project, enter your project details, and wait for the database to launch. Navigate to the SQL editor in the dashboard, paste the SQL from the migration file into the SQL editor and press run. You can also use the Supabase CLI to do this locally.
Grab the project URL and anon key from the API settings and put them in a new .env.local
file in the root directory as shown:
NEXT_PUBLIC_SUPABASE_URL="<your-supabase-url>"
NEXT_PUBLIC_SUPABASE_ANON_KEY="<your-anon-key>"
npm install
Run the application in the command line and it will be available at http://localhost:3000.
npm run dev
Deploy using Vercel
Licensed under the MIT license.