React app to generate minimal wallpaper of emission spectra of various elements.
Install pnpm
npm install -g pnpm
Install dependencies
pnpm install
Start development server
pnpm start
Build for production into dist/
pnpm build
If required, use the following Netlify build command
pnpm build || ( npm install pnpm && pnpm build )