Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 712 Bytes

CONTRIBUTING.md

File metadata and controls

42 lines (28 loc) · 712 Bytes

Contributing to Contentlayer

Gitpod Ready-to-Code

Development setup

Contentlayer is developed as a mono-repo using Yarn.

Cloning

git clone --recurse-submodules git://github.com/contentlayerdev/contentlayer.git

Checkout submodules

git submodule update --init --recursive

Installing Dependencies

yarn install

Building the source

# One-time build
yarn build

# Build and watch files for changes
# ... or run `dev:ts` VSC task via `Tasks: Run Task`
yarn dev:ts

Run tests

yarn test