ChainKeeper icon indicating copy to clipboard operation
ChainKeeper copied to clipboard

FIx Issue 44 and MInor change to the Readme file

Open ChakshuGupta opened this issue 5 years ago • 0 comments

The installation steps mentioned in the Readme file were - cd ChainKeeper npm install npm start

The problem was that the main ChainKeeper directory doesn't contain the package.json file. It is inside the ChainKeeper/chainkeeper_app/. So I updated the Readme to reflect the same.

Added fsevents as an optional dependency in the package.json file to keep the npm install from giving errors.

ChakshuGupta avatar Feb 27 '20 09:02 ChakshuGupta