Skip to content

The C4C monorepo containing all of our active projects.

Notifications You must be signed in to change notification settings

mahekagg/everything

 
 

Repository files navigation

Everything

This is the C4C monorepo containing all of our active projects.

Deployable units exist in /apps, inside each folder there is a README explaining how that unit is tested and deployed.

Business logic and supporting library for those deployable units exist in /libs. These are composable units of software that are not coupled to a specific deployment framework or strategy, and are meant to be easily reused in future projects.

The purpose of README.mds in this repository are to explain the usage of the application. The bare minimum you need to get it running. More detailed developer and public documentation exists on the wiki. README.mds will often link to relevant wiki pages.

Links to Project README.md

🔨 Development

  1. Install Node v16.x
  2. Clone this repo
  3. yarn install

When adding new dependencies, use yarn add or its dev dependency equivalent. Thanks to Nx, each package will only be installed once, and each app knows how to bundle itself correctly based on its dependencies.

About

The C4C monorepo containing all of our active projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.9%
  • Other 1.1%