-
Notifications
You must be signed in to change notification settings - Fork 22
clear and easy clutter install path(s) #68
Comments
You dont need the ui-src folder as its compiled into UI. |
so it turns out that we MUST include a ui build in at least the |
Can we change hcdev init -cloneExample=clutter to pull from the latest Release? |
Well, I don't like that because this is already also implemented: |
Should we use the current develop branch in order to create the new clutter release zip @zippy @philipbeadle. Thinking the 'archive' link the instructions needs to be updated. Anything specific that needs to be updated in the README you all see, I'm not clear if anything needs to be changed based on the previous comments. @science-girl thoughts? This is all I've added so far to hopefully clarify some of the wording: The following commands will clone the latest build of clutter to your machine and then you will either install npm or yarn to build the UI for the app. (this)
Running Clutter (this)Now if you want to run the app, you can run:
or
|
I believe once we push to master and set tag to true, a new release will be
created.
…On Wed, May 23, 2018, 10:11 PM Micah J, ***@***.***> wrote:
Should we use the current develop branch in order to create the new
clutter release zip @zippy <https://github.com/zippy> @philipbeadle
<https://github.com/philipbeadle>. Thinking the 'archive' link the
instructions needs to be updated. Anything specific that needs to be
updated in the README you all see, I'm not clear if anything needs to be
changed based on the previous comments. @science-girl
<https://github.com/science-girl> thoughts?
This is all I've added so far to hopefully clarify some of the wording:
...
*Dependencies:* If you want to run Clutter locally, you will need nodejs (
https://nodejs.org/en/) (LTS) installed, with npm or yarn (
https://yarnpkg.com/lang/en/docs/install):
The following commands will clone the latest build of clutter to your
machine and then you will either install npm or yarn to build the UI for
the app. (this)
git clone https://github.com/Holochain/clutter.git
cd clutter/ui-src
npm install # (or yarn install)
npm run build # (or yarn build)
cd ..
Running Clutter (this)
Now if you want to run the app, you can run:
hcdev web # if you want to just run it temporarily and test it out, with scratch data
or
hcd web # if you want to really start to use the app
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#68 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AYrOpFtKw4ewecnLjDB-kPWvQyFWS5CTks5t1kENgaJpZM4T14d_>
.
|
Addressing #68 Clarifying Clutter install path and links.
As a new clutter user I want the install instructions to not confuse me, and have a very easy time following them while installing them so I can successfully install it.
Current release zip (Feb 13th) is missing the react ui-src folder, meaning the README instructions don't apply.
The text was updated successfully, but these errors were encountered: