https://github.com/conblem/cplab
https://github.com/conblem/cplab
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/conblem/cplab
- Owner: conblem
- Created: 2025-02-06T09:22:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-14T08:48:58.000Z (over 1 year ago)
- Last Synced: 2025-03-20T21:11:27.707Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://cplab.vercel.app
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
Create a .env.local file with the following content:
```
AUTH_SECRET= #Random Value generate with openssl rand -hex 32
NEXT_PUBLIC_ZITADEL_ISSUER=https://cplab-4cjup2.us1.zitadel.cloud
ZITADEL_CLIENT_ID=305914409652390876
ZITADEL_PROJECT_ID=305914388244597724
DATABASE_URL=postgresql://neondb_owner:password@hostname.neon.tech/neondb?sslmode=require #insert correct connection string
R2_ENDPOINT=https://2cb0b38264e5a96c2d650266fa501fc6.eu.r2.cloudflarestorage.com/cplab
R2_ACCESS_KEY_ID= #insert correct r2 access key id
R2_ACCESS_KEY= #insert correct r2 access key
AWS_ACCESS_KEY_ID= #insert correct aws access key id
AWS_SECRET_ACCESS_KEY= #insert correct aws secret access key
CRON_SECRET= #Random Value generate with openssl rand -hex 32
RESEND_KEY= #insert correct resend api key
```
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.