Skip to content

Commit 4ffcd50

Browse files
committed
Instructions for ignoring local config file while hacking.
1 parent f3b2fd3 commit 4ffcd50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ We want to make contributing to this project as easy and transparent as
33
possible.
44

55
## Our Development Process
6+
The standard installation method also clones the git repository, so you can start making and submitting changes right away. For convenience, you can use `git update-index --assume-unchanged Parse-Dashboard/parse-dashboard-config.json` to ignore your own personal configuration.
7+
68
When working on the dashboard, use `npm run dashboard` and visit `localhost:4040` to see your dashboard.
79

810
When working on components, use `npm run pig` and visit `localhost:4041` to view our component library and documentation (you can have both running at once). The demos for each component are the primary way we test components, although there are also a small number of automated tests you can run with `npm test`.

0 commit comments

Comments
 (0)