The Open-source monitoring platform
-
Clone the repository
git clone https://github.com/openstatusHQ/openstatus.git
-
Install dependencies
pnpm install
3- from apps/web you will find .env.example create your own
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY= CLERK_SECRET_KEY= CLERK_WEBHOOK_SECRET=
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/ NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/
TINY_BIRD_API_KEY=
RESEND_API_KEY=
UPSTASH_REDIS_REST_URL= UPSTASH_REDIS_REST_TOKEN=
RESEND_API_KEY='api-key'
-
Start the development server
pnpm dev
-
Open http://localhost:3000 with your browser to see the result.