Setup

  1. Clone the repository and open the created directory

    git clone https://github.com/openstatushq/openstatus.git
    cd openstatus
    
  2. Install dependencies

    pnpm install
    
  3. Database setup

We are using Turso for the database to make it work locally you need to install it and run it.

If you are on a mac install it with Homebrew

Here is the official Turso installation guide

  1. Install Bun All the up to date information are on the official Bun website

  2. Set up the dev environment

   pnpm dx
  1. Start the development server
   pnpm dev:web
  1. Open your browser and navigate to http://localhost:3000