Our figma design sheet: Kazakh Pen Design
helios-oyan-hackathon-authors-search.mp4
helios-oyan-hackathon-articles-search.mp4
- Clone the repository
- Run
npm install
- Run
npm install @supabase/supabase-js
- 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"
- Run
npm run dev