-
Notifications
You must be signed in to change notification settings - Fork 43
Folder Structure
Allen Shibu edited this page Sep 27, 2023
·
1 revision
This article provides an overview of what the various directories contain.
To simply take a look at the source code, you do not need to download it. You can look at the source directly with your web browser using GitHub.
In order to modify the source, you have to acquire it either by downloading a snapshot of the sources
The repository is managed using Turborepo. Please refer to Turborepo docs for more advanced details about the folder structure.
Contains configuration files for managing git hooks
Contains various standalone apps such as the web client, core server, etc.
Contains various reusable packages that are shared among the standalone apps in the apps folder. This may contain common eslint configurations, typescript configurations, etc.