# development instructions

# requirements:

1. nodejs 6.4.1 or higher <https://nodejs.org/en/download/>
2. clone this repo

   https://github.com/BananoCoin/bananojs.git

3. to install, run the command

   npm install

4. to test, run the command

   npm test

4.1) or on windows

    npm run test-win

5. to test, run the command

   npm run coverage

5.1) or on windows

    npm run coverage-win
