Skip to content

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

Notifications You must be signed in to change notification settings

Qonus/kazakh-pen

Repository files navigation

Helios Oyan Hackathon

Our figma design sheet: Kazakh Pen Design

helios-oyan-hackathon-authors-search.mp4
helios-oyan-hackathon-articles-search.mp4

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published