-
Notifications
You must be signed in to change notification settings - Fork 22
Conversation
Addressing #68 Clarifying Clutter install path and links.
|
Hey @science-girl could you please give my readme edits a once over and then approve? |
README.md
Outdated
|
|
||
| **--or--**, | ||
|
|
||
| assuming that you've already setup you Holochain environment with [`hcadmin init`](https://developer.holochain.org/Command_Line_Tools#hcadmin_init) you can join and run Clutter with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you -> your
README.md
Outdated
|
|
||
| **Prerequiste:** [Install Holochain](http://developer.holochain.org/Install_Holochain) on your machine and make sure you do the step to set the $GOPATH. | ||
|
|
||
| **Dependencies:** If you want to work on the Clutter UI, you will need `nodejs` (https://nodejs.org/en/) (LTS) installed, with `npm` or `yarn` (https://yarnpkg.com/lang/en/docs/install) to be able to build it from the `ui-src` to the `ui` directory: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"...to be able to build and copy it from the 'ui-src'..."
| cd clutter/ui-src | ||
| npm install # (or yarn install) | ||
| npm run build # (or yarn build) | ||
| cd .. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After npm run build, npm start to configure and start the React UI.
README.md
Outdated
| bs | ||
| ``` | ||
| You will get a response like | ||
| You will get a response likev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
likev -> like:
README.md
Outdated
| When a branch is pushed to Github Travis runs a build. The build does the following: | ||
| 1. Installs docker-compose | ||
| 2. Runs docker-compose up -d which spins up a bootstrap server and 3 instances of clutter | ||
| 3. Install the cypress dependencies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the 3rd point: Install -> Installs
|
done. |
Addressing #68 Clarifying Clutter install path and links.