/Insight

Find insights into your frontend applications.

Primary LanguageJava

Rebrowse

codecov gitleaks hadolint misspell misspell shellcheck

Monorepo for Rebrowse related services and applications.

Development

Clone the repo

➜ git clone git@github.com:insights-io/Insight.git

Frontend

It is recommended to use VSCode for frontend development.

Local development

Boostrap projects

➜ yarn install --frozen-lockfile

Run unit tests

➜ yarn test

Backend

It is recommended to use InteliJ IDEA for backend (Java) development.

Local development

Make sure you are in the backend folder before executing gradle commands.

Run unit tests

➜ ./gradlew test --continue jacocoTestReport