Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 987 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 987 Bytes

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