Skip to content

developmentseed/cdk-seed

Repository files navigation

cdk-seed 🌱

Development

Prerequisites

Getting started

Use the specified version of Node for this project:

nvm use

If you get an error that the version of node is not installed, run:

nvm install $(cat .nvmrc)

Commands

npm run bootstrap

Install dependencies for each package.

npm run build

Build each package.

npm run package

Prepare each package for distribution.

npm run docgen

Generate documentation for each package.

npm test

Run tests for all packages.

Adding packages

See CONTRIBUTING.md.