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:
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
Local development is done with a simple:
yarn start
Join the cdk.dev Slack server and subscribe to the #cdklightbox channel to discuss development and ask questions.