alesevero / highstorm

Open Source Event Monitoring

Home Page:https://highstorm.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://highstorm.app

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 98.1%Language:JavaScript 1.0%Language:CSS 0.9%