-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update the README to reflect recent changes and added lint & test instructions #1005
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## staging #1005 +/- ##
========================================
Coverage 75.17% 75.17%
========================================
Files 55 55
Lines 1116 1116
========================================
Hits 839 839
Misses 277 277 ☔ View full report in Codecov by Sentry. |
|
||
## Installation | ||
|
||
1. Clone this repository | ||
1. Run the following commands: | ||
1. `bundle install` (might take a couple of minutes) | ||
1. `yarn` | ||
1. `yarn 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.
1. `yarn install` | |
1. `yarn` |
just running yarn
works fine for me. Did you run into actual issues or did you just assume the argument was missing here?
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.
no running yarn and running yarn install do the same thing, https://stackoverflow.com/questions/59265231/what-is-the-difference-between-yarn-and-yarn-install
however I think it is more clear what the command is doing if you write it in full.
Co-authored-by: Matteo Bronkhorst <[email protected]>
Co-authored-by: Matteo Bronkhorst <[email protected]>
if there are any question about why the contents are altered please ask.
I removed the requirement of needing amber-API to log in because this will not be needed in the near future.
fixes #1004 and #910