Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 807 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (22 loc) · 807 Bytes

Contributing

Thank you for contributing to Voici Gallery!

Make sure to follow Project Jupyter's Code of Conduct for a friendly and welcoming collaborative environment.

Setting up a development 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.