You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ We want to make contributing to this project as easy and transparent as
3
3
possible.
4
4
5
5
## 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
+
6
8
When working on the dashboard, use `npm run dashboard` and visit `localhost:4040` to see your dashboard.
7
9
8
10
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