Skip to content

hitesh97/openstatus

 
 

Repository files navigation

OpenStatus

The Open-source monitoring platform

Built with

Getting Started

Requirements

Setup

  1. Clone the repository

    git clone https://github.com/openstatusHQ/openstatus.git
  2. 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=/

TinyBird

TINY_BIRD_API_KEY=

Resend

RESEND_API_KEY=

Upstash

UPSTASH_REDIS_REST_URL= UPSTASH_REDIS_REST_TOKEN=

RESEND_API_KEY='api-key'

  1. Start the development server

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

Authors

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.6%
  • JavaScript 5.3%
  • CSS 1.8%
  • Handlebars 0.3%