Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link table to dev setup guide #2491

Merged
merged 2 commits into from
Feb 11, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@ All four services can be run with a single command thanks to [foreman](http://dd

npm start

Once the terminal settles (with messages indicating success from `jekyll`, `karma`, `proxy`, and `webpack`), you may access the different services as follows:

| Service | URL |
| :--------------------------- | :--------------------------------------------------------------------------- |
| Jekyll Documentation Site | [localhost:9000](http://localhost:9000) |
| Standalone Editor (Full) | [localhost:9000/standalone/full](http://localhost:9000/standalone/full/) |
| Standalone Editor (Snow) | [localhost:9000/standalone/snow](http://localhost:9000/standalone/snow/) |
| Standalone Editor (Bubble) | [localhost:9000/standalone/bubble](http://localhost:9000/standalone/bubble/) |
| Karma Test Runner | [localhost:9000/karma](http://localhost:9000/karma) |
| Webpack Locally Hosted Build | [localhost:9080](http://localhost:9080) |


### Testing

Expand Down