Skip to content

sachin04y/highstorm

 
 

Repository files navigation

Highstorm

Open Source Event Monitoring

Contributing

Services

There are a few 3rd party services that are required to run the app:

Set environment variables in /apps/web/.env file and populate the values from the services above.:

cp apps/web/.env.example apps/web/.env

Install

pnpm install

Prepare databases

Prisma

cd apps/web
npx prisma db push

Tinybird

Download the Tinybird CLI from here and run the following command after authenticating:

cd apps/web/lib/tinybird
tb push datasources/
tb push

Build

pnpm build

Run

pnpm turbo run dev --filter=web

About

Open Source Event Monitoring

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.1%
  • Other 1.9%