First, clone the repo via git:
$ git clone https://github.com/mariorodeghiero/datopian.git your-project-nameAnd then install dependencies with npm.
$ cd your-project-name
$ npm install$ npm run startRun the app in the development mode.
Open http://localhost:3000/ to view it in the browser.
The page will reload if you make edits.
$ cd data$ npm install$ npm run create-daily-pricesPlease read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE file for details
