-
Notifications
You must be signed in to change notification settings - Fork 8
add repo layout and reorganise the docs #19
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
Conversation
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.
Good work!
It would be good to add an index somewhere to navigate those docs.
|
||
Clone Benchmark tests and install: | ||
|
||
```bash | ||
> git clone https://github.com/ipfs/benchmarks.git | ||
> cd benchmarks/tests | ||
> npm install | ||
> cd ../benchmarks/runner | ||
> npm install |
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.
I think we should simplify this setup.
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.
I can create a package.json in the root that runs npm install
in the two directories. maybe a new issue?
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.
LGTM
No description provided.