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 dependenciesThen you can run
npm run buildto build the main JavaScript file, including a minified version. To build just the full, non-minified version you can run
npm run build:dev