Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 519 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 519 Bytes

SolarNetwork JavaScript framework for D3

JavaScript framework for SolarNetwork using D3.

Note this repo has been superseded by sn-api-core-js and will no longer be maintained.

Building

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