# labs **Repository Path**: phper08/labs ## Basic Information - **Project Name**: labs - **Description**: No description available - **Primary Language**: TypeScript - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-08-13 - **Last Updated**: 2026-08-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Labs Labs is the monorepo codebase for Leaning Technologies developer sites. It contains technical writing (documentation and blog posts) for Cheerp, CheerpJ, CheerpX and other projects. Visit our sites: - [Labs](https://labs.leaningtech.com/) - [Cheerp.io](https://cheerp.io/) - [CheerpX.io](https://cheerpx.io/) - [CheerpJ.com](https://cheerpj.com/) # Running locally ## Setup Make sure you have [Node.js](https://nodejs.org/en/download/package-manager) and [pnpm](https://pnpm.io/installation) installed. ## Clone this repository ```shell git clone https://github.com/leaningtech/labs.git ``` ## Install dependencies ```shell cd labs pnpm install ``` ## Run a site The sites under this repository must be run individually. Pick a site you want to run, for example [Cheerp.io](https://cheerp.io/): ```shell cd /sites/cheerp pnpm start ``` # Contributing For more information about contributing, please [visit this page](https://labs.leaningtech.com/docs/contributing)