Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Latest commit

 

History

History
61 lines (40 loc) · 1.76 KB

README.md

File metadata and controls

61 lines (40 loc) · 1.76 KB

Hubbl logo

Hubbl Landing

Welcome to the Hubbl monorepo 🗂️

GitHub

Introduction

The repository contains all the requirements in order to develop the Hubbl app. The entire codebase is written in TypeScript.

Set-up

The set-up is pretty simple, simply create a similar .env as the one in the example folder. After, build the containers by running the following command:

docker-compose --profile dev up -d

You can also build the test containers using the test profile instead of the dev profile. Nonetheless, the dev profile already builds the test containers. The test profile is mainly used in CI environments.

All relevant information about running any project can be found in the README.md of each project.

Projects

You can find all the projects inside the /apps folder:

Libraries

You can find all the libraries inside the /libs folder:

Tools

You can find all the libraries inside the /tools folder: