Skip to content

leaningtech/labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9cba51d · May 28, 2025
Aug 14, 2024
Jun 7, 2024
May 28, 2025
May 28, 2025
May 28, 2025
Sep 3, 2024
Aug 2, 2023
Jul 22, 2024
Sep 3, 2024
Jun 7, 2024
Sep 10, 2024
Jun 7, 2024
Jun 7, 2024
Dec 17, 2024
Nov 3, 2024
Apr 22, 2025
Jul 22, 2024

Repository files navigation

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:

Running locally

Setup

Make sure you have Node.js and pnpm installed.

Clone this repository

git clone https://github.com/leaningtech/labs.git

Install dependencies

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:

cd /sites/cheerp
pnpm start

Contributing

For more information about contributing, please visit this page