JavaScript framework for SolarNetwork using D3.
Note this repo has been superseded by sn-api-core-js and will no longer be maintained.
You must have npm
installed.
npm install # install dependencies
Then you can run
npm run build
to build the main JavaScript file, including a minified version. To build just the full, non-minified version you can run
npm run build:dev