A web app to pick a color for a specified luminance level
You need to install Node.js first. Then:
cd server npm install cd ../app npm install
cd server npm start cd ../app npm run dev