Skip to content

kuwarte/typecircle

Repository files navigation

Getting Started

Environment Setup

  1. Copy the example environment file:

    cp .env.example .env.local
  2. Fill in your Supabase credentials in .env.local:

    • Get your project URL and keys from Supabase Dashboard
    • NEXT_PUBLIC_SUPABASE_URL: Your Supabase project URL
    • NEXT_PUBLIC_SUPABASE_PUBLISHABLE_OR_ANON_KEY: Your Supabase anon key
    • SUPABASE_SECRET_KEY: Your Supabase service role key

Installation

Install dependencies:

npm install
# or
pnpm install
# or
yarn install

Development Server

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

About

Enneagram Personality Website With Realtime Community Chat.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •