Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.15 KB

CONTRIBUTING.md

File metadata and controls

40 lines (25 loc) · 1.15 KB

Contributing

The CDK Workbench is an open source tool built for and by the CDK community.

Originally built with the Electron React Boilerplate, anyone looking to develop should have knowledge of the following tools and frameworks:

Install

Clone the repo and install dependencies. We recommend you fork the repository first and work off of your fork:

git clone --depth 1 --branch main https://github.com/yourforkof/cdklightbox.git cdklightbox
cd cdklightbox
yarn install

Having issues installing? See the debugging guide

Starting Development

Local development is done with a simple:

yarn start

Community

Join the cdk.dev Slack server and subscribe to the #cdklightbox channel to discuss development and ask questions.

Maintainers