Getting Started
- 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.dbIn another terminal, run the following command:
pnpm dx- Launch the web app
pnpm dev:webIt will:
- run the web app on port
3000
- See the results:
- open http://localhost:3000 for the web app