Skip to content

Commit 930108a

Browse files
committed
update dev guide
1 parent d8a7fc3 commit 930108a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DEVELOPER_GUIDE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ release.
99
- [WebChucK IDE Developer Guide](#webchuck-ide-developer-guide)
1010
- [Table of Contents](#table-of-contents)
1111
- [Setup](#setup)
12-
- [Development Testing](#development-testing)
12+
- [Development](#development)
1313
- [Building](#building)
1414
- [Deploy and Release](#deploy-and-release)
1515

@@ -29,9 +29,9 @@ In the webchuck-ide repo, install npm dependencies
2929
npm install
3030
```
3131

32-
## Development Testing
32+
## Development
3333

34-
To run WebChucK IDE locally for development testing
34+
To run WebChucK IDE on a local development server for testing:
3535

3636
```
3737
npm run dev
@@ -62,4 +62,4 @@ npm version patch
6262

6363
Copy the `./dist/` folder to hosting destination.
6464

65-
Talk to **@gewang** to update the [WebChucK IDE](https://chuck.stanford.edu/ide) site..
65+
Talk to **@gewang** to update the [WebChucK IDE](https://chuck.stanford.edu/ide) site.

0 commit comments

Comments
 (0)