This PR is to simplify the setup after cloning the repo. The thing is - there is no need to install Truffle on your computer globally and initialize it (to create a truffle-config file) to run the tests. I've simplified it to only git clone -> npm i -> npm test, and updated the projects' readme accordingly. Hope you'll find these changes useful
This PR is to simplify the setup after cloning the repo. The thing is - there is no need to install Truffle on your computer globally and initialize it (to create a truffle-config file) to run the tests. I've simplified it to only git clone -> npm i -> npm test, and updated the projects' readme accordingly. Hope you'll find these changes useful