This repository houses the source code for https://colorimetry.net/.
hnb-appdirectory has the web app written in the rust language.site-basehas the source code for the website using a static site generator.
Pushes to the main branch on Github will automatically go to production within a few minutes due to Netlify. Netlify builds other branches and developers with correct permissions can see all builds for all branches.
Anyone who interacts with this software in any space, including but not limited to this GitHub repository, must follow our code of conduct.
MIT / Apache 2.0
See LICENSE_MIT or LICENSE_APACHE. Take your pick.
# On linux:
build.sh
Using docker, this builds all output as static files into the dist directory
in the docker image, which will be tagged as colorimetry-net:latest:
docker build -t colorimetry-net:latest .