README.md in logster-2.13.0 vs README.md in logster-2.13.1
- old
+ new
@@ -138,12 +138,13 @@
## Contributing
1. Fork it ( https://github.com/discourse/logster/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
-3. Run `cd client-app && npm install`
+3. Run `cd client-app && yarn install`
4. Run `cd website && bundle install`
-5. Run `bundle exec rake client_dev` to start Sinatra server (port 9292) and Ember server (port 4200). Use Ember server for hot reload for client code.
-6. Once you're done making changes, run `./build_client_app.sh` to make and copy a production build to the assets folder.
-7. Commit your changes (`git commit -am 'Add some feature'`)
-8. Push to the branch (`git push origin my-new-feature`)
-9. Create a new Pull Request
+5. In the root directory, run `bundle exec rake client_dev` to start Sinatra server (port 9292) and Ember server (port 4200). Use Ember server for hot reload for client code.
+6. Visit `http://localhost:4200/logs/` (with trailing slash) to test the application. Reload `http://localhost:4200/report_error` to add sample log data.
+7. Once you're done making changes, run `./build_client_app.sh` to make and copy a production build to the assets folder.
+8. Commit your changes (`git commit -am 'Add some feature'`)
+9. Push to the branch (`git push origin my-new-feature`)
+10. Create a new Pull Request