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:
Make sure you have Node.js and pnpm installed.
git clone https://github.com/leaningtech/labs.git
cd labs
pnpm install
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
For more information about contributing, please visit this page