Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qonus/kazakh-pen

Our submission to oyan hackathon built with Next.js and supabase
https://github.com/qonus/kazakh-pen

kazakh nextjs supabase

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Helios Oyan Hackathon

Our figma design sheet: [Kazakh Pen Design](https://www.figma.com/design/hxceXkJ44sjDgiUejzqATE/Kazakh-Pen?node-id=0-1&t=UWFdNJPkPnwEpguv-1)

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`