Getting Started
Setup
- Clone the repository
git clone https://github.com/openstatushq/openstatus.git
- Install dependencies
pnpm install
- Initialize the development environment
Launch the database in one terminal:
turso dev --db-file openstatus-dev.db
In another terminal, run the following command:
pnpm dx
- Launch the web app
pnpm dev:web
It will:
- run the web app on port
3000
- See the results:
- open http://localhost:3000 for the web app