Skip to content

Leaning Technologies developer site

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE-CODE.txt
Unknown
LICENSE-PROSE.md
Notifications You must be signed in to change notification settings

leaningtech/labs

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