The project roadmap is managed in GitHub projects:
https://github.com/sketchbook-js/sketchbook/projects/1
General discussion happens in the Github Discussions section:
https://github.com/sketchbook-js/sketchbook/discussions
Prerequisite:
- Node.js 10.x
- Yarn 1.x
Steps to set up your local repo:
-
Fork the repo:
-
Clone your fork:
git clone [email protected]:<YOUR_GITHUB_ACCOUNT>/sketchbook.git
-
Change into the directory:
cd sketchbook
-
Install dependencies:
yarn install
-
Run the app:
yarn run start
-
Run the tests:
yarn run test
-
Create a package.json file:
yarn init
-
Download the sketchbook npm package:
yarn add -D @sketchbook-js/sketchbook@dev
or use this command for the production version:
yarn add -D @sketchbook-js/sketchbook
-
Test running the app with:
yarn init && yarn start
or test any commands you want to test.