Skip to content

yuvarajmadineni/linkflow

Repository files navigation

Linkflow

Linkflow is a streamlined workflow builder app that enables your organization to create efficient workflows for your teams

Note: The project is currently under development





TECH STACK

  • Framework - Nextjs
  • Database - Supabase
  • UI - Shadcn
  • Auth - Clerk
  • Orm - DrizzleORM
  • State management - Zustand

Getting Started

To begin using the Linkflow application, you'll need authentication credentials from Clerk and the database URL

Please follow this documentation to setup clerk credentials (https://clerk.com/docs/quickstarts/nextjs)

Add these values in .env.local

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY
CLERK_SECRET_KEY
DATABASE_URL

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages