Skip to content

Getting Started

Setup

  1. Clone the repository
Terminal window
git clone https://github.com/openstatushq/openstatus.git
  1. Install dependencies
Terminal window
pnpm install
  1. Initialize the development environment

Launch the database in one terminal:

Terminal window
turso dev --db-file openstatus-dev.db

In another terminal, run the following command:

Terminal window
pnpm dx
  1. Launch the web app
Terminal window
pnpm dev:web

It will:

  • run the web app on port 3000
  1. See the results: