Skip to content

HemSoft/dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

220 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard

Vercel Deployment License

Built With

Next.js TypeScript Tailwind CSS Supabase Bun Vercel


This is a Next.js project bootstrapped with create-next-app.

Prerequisites

Environment Variables

Create a .env.local file in the root directory with the following variables:

# Required - Supabase
NEXT_PUBLIC_SUPABASE_PROJECT_URL=https://your-project.supabase.co
NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY=your-anon-key
SUPABASE_SECRET_SERVICE_ROLE_KEY=your-service-role-key

# Optional
NEXT_PUBLIC_SITE_URL=http://localhost:5001
GITHUB_DASHBOARD_CLIENT_ID=your-github-oauth-client-id
GITHUB_DASHBOARD_CLIENT_SECRET=your-github-oauth-client-secret
RESEND_API_KEY=your-resend-api-key
CRON_SECRET=your-cron-secret

Getting Started

First, install dependencies and run the development server:

bun install
bun dev

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

The page auto-updates as you edit files.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •