cockroachdb / ui

Published assets for Cockroach Labs user interfaces

Home Page:https://core-components.crdb.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Checking out PR for code and design review

nathanstilwell opened this issue · comments

Put together a section of the CONTRIBUTING that has instruction and tips for checking out a PR to review. The less tech savvy among us could use a cheat sheet of commands to make this easier.

WIP

> cd path/to/cockroachdb/ui # change to root directory of repo
> git checkout master # get on master branch
> git pull # work with the latest changes
> git checkout [branch] OR gh checkout pr [number] # checkout pull request work
> npm run init # install dependencies and create symlinks
> npm run start # start build and watch for packages

Other things that might be handy are some trouble-shooting sections.