kazakh-pen

Our submission to oyan hackathon built with Next.js and supabase

Stars
2
Committers
2

Helios Oyan Hackathon

Our figma design sheet: Kazakh Pen Design

https://github.com/user-attachments/assets/ed2fd789-11f8-4581-8328-82fde01c27b2

https://github.com/user-attachments/assets/bfd500e3-b645-40bb-8f58-ed8ea89fbc2b

Setup Tutorial

  1. Clone the repository
  2. Run npm install
  3. Run npm install @supabase/supabase-js
  4. Create .env file in the project and setup your supabase API keys inside. Your file should look like this:
NEXT_PUBLIC_URL = "http://localhost:3000"

NEXT_PUBLIC_SUPABASE_URL = "YOUR_SUPABASE_URL"
NEXT_PUBLIC_SUPABASE_ANON_KEY = "YOUR_SUPABASE_ANON_KEY"
NEXT_PUBLIC_SERVICE_ROLE_KEY = "YOUR_PUBLIC_SERVICE_ROLE_KEY"

Running

  • Run npm run dev