Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
3ed8a159
Unverified
Commit
3ed8a159
authored
Mar 06, 2017
by
Sean Hammond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Say "build" rather than "install"
parent
9f66841e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
developing.md
docs/developing.md
+4
-3
No files found.
docs/developing.md
View file @
3ed8a159
...
...
@@ -14,9 +14,9 @@ You will need:
*
[
git
](
https://git-scm.com/
)
*
[
Node.js
](
https://nodejs.org/en/
)
v6+
##
Installation
##
Building
To
install
the client for development:
To
build
the client for development:
```
sh
git clone
'https://github.com/hypothesis/client.git'
...
...
@@ -26,7 +26,7 @@ npm install -g gulp-cli # Tip: if you get a "permission denied" error try
make
```
You now have a development client
installed
. To run your development client in
You now have a development client
built
. To run your development client in
a browser you'll need a local copy of either the Hypothesis Chrome extension or
the Hypothesis web service. Follow either the instructions for
[
Running the client from the browser extension
](
#running-the-client-from-the-browser-extension
)
...
...
@@ -49,6 +49,7 @@ extension itself, but not to the web service.
to make it use your local version of the client and the
[
production
Hypothesis
service](https://github.com/hypothesis/browser-extension/blob/master/docs/building.md).
1.
Start the client's development server to rebuild the client whenever it
changes:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment