cojapacze / bitcointaxer

Crypto-TAX Gain/Loss Calculator
https://bitcointaxer.org
GNU Affero General Public License v3.0
38 stars 10 forks source link

how does this work? #4

Closed antongonz closed 3 years ago

antongonz commented 3 years ago

I tried opening up index.html, but nothing appears. What am I doing wrong?

cojapacze commented 3 years ago
  1. Get the https://nodejs.org/
  2. Clone bitcointaxer repository to a folder
  3. Run in the folder: npm install and then npm start

The project includes a lot of dependencies so running the code in VM or a separated machine is recommended.