Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 954 Bytes

ARCHITECTURE.md

File metadata and controls

13 lines (9 loc) · 954 Bytes

In this project we are using the Nx build system

/apps/ - folder to keep source code of applications

/apps/consulting - source code of Quansight Consulting application /apps/labs - source code of Quansight LCC application

/libs/ - shared libraries used by the above applications /tools - workspace generators

/.vscode - Workspace settings as well as debugging and task configurations are stored at the root in a .vscode folder. /.husky - Husky is a JavaScript package that allows you to run some code during various parts of your git workflow. /.github - directory houses workflows, issue templates, pull request templates, funding information, and some other files specific to that project.