Thank you for contributing to Voici Gallery!
Make sure to follow Project Jupyter's Code of Conduct for a friendly and welcoming collaborative environment.
Note: You will need NodeJS to build the extension package.
Note: we recommend using mamba
to speed up the creation of the environment.
# create a new environment
mamba env create -f script/build-environment.yml
# activate the environment
mamba activate build-env
Install the dependencies
npm install
Build the frontend
npm run build
In the build step, the repositories defined in the script/gallery.yaml
file will be cloned and converted into static dashboards.