Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 536 Bytes

developer-notes.md

File metadata and controls

29 lines (19 loc) · 536 Bytes

Developer Notes

Prerequisites

Setup

For easy development, configure the folder where you cloned the rush reposotory to use the included sample repo.

If you are using direnv, create this file:

# .envrc
export RUSH_CONFIG=$PWD/rush-dev.ini

Otherwise, export the variable manually.

Then, run:

$ rush add sample $PWD/sample-repo
$ rush default sample