Getting Started
Setup
-
Clone the repository and open the created directory
Terminal window git clone https://github.com/openstatushq/openstatus.gitcd openstatus -
Install dependencies
Terminal window pnpm install -
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
-
Install Bun All the up to date information are on the official Bun website
-
Set up the dev environment
pnpm dx
- Start the development server
pnpm dev:web
- Open your browser and navigate to http://localhost:3000