An extension of D3 to create complex graphs of weather data.
This is a monorepo setup using NPM Workspaces. The /library directory contains the desi-charts package and the /demo directory contains the examples, which can be run with Vite.
Note: Following commands are all from the root directory
-
Install
npmpackagesnpm install
-
Build the
@noaa-gsl/wizard-chartspackagenpm run build
- This only needs to be done once after cloning the repo. But if any changes are made to files in
/librarythat need to be reflected in the demo project, a new build must be created. Alternatively, run the command below to automatically build after every file change/save.
npm run build:dev
- This only needs to be done once after cloning the repo. But if any changes are made to files in
# root directory or /demo
npm run dev