Giter Site home page Giter Site logo

nityam01 / highstorm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chronark/highstorm

0.0 0.0 0.0 12.07 MB

Open Source Event Monitoring

Home Page: https://highstorm.app

License: GNU Affero General Public License v3.0

JavaScript 0.96% TypeScript 97.40% CSS 0.92% MDX 0.71%

highstorm's Introduction

Highstorm

Open Source Event Monitoring

Contributing

Thank you for considering contributing to our open source project! We appreciate your interest and are excited to have you on board. This document outlines the steps you need to follow to contribute to the project effectively. Please read the guidelines carefully and feel free to reach out if you have any questions.

Services

Before getting started, please ensure that you have the following third-party services set up:

Installation

To install the project and its dependencies, follow these steps:

  1. Ensure you have pnpm installed on your system. If not, you can install it by running:

    npm install -g pnpm
  2. Run the following command to install the project dependencies:

    pnpm install

Environment Variables

After setting up the required services, you need to set the corresponding environment variables in the /apps/web/.env file. To do this, follow these steps:

  1. Make a copy of the .env.example file:
    cp apps/web/.env.example apps/web/.env
  2. Open the /apps/web/.env file in a text editor and populate the values for the services mentioned above.

Database Preparation

Prisma

To prepare the Prisma database, follow these steps:

  1. Navigate to the /apps/web directory:
    cd apps/web
  2. Run the following command to push the database schema and generate Prisma Client:
    npx prisma db push

Tinybird

To prepare the Tinybird database, follow these steps:

  1. Download the Tinybird CLI from here and install it on your system.
  2. After authenticating with the Tinybird CLI, navigate to the /apps/web/lib/tinybird directory:
    cd apps/web/lib/tinybird
  3. Push the necessary datasources using the following command:
    tb push datasources/
    tb push

Note: If the CLERK_WEBHOOK_SECRET env variable is not set, pass an empty string, and make sure to visit /onboarding after signing up.

Build

To build the project, execute the following command:

pnpm build

Run

To run the project locally, use the following command:

pnpm turbo run dev --filter=web

highstorm's People

Contributors

amosbastian avatar ayanmta avatar bartvdbraak avatar chronark avatar mfts avatar sandervspl avatar souravpakhira avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.