bluemarinefoundation.com
Decompilation of Credits
Original work: Blue Marine Foundation website, developped by Unseen Studio.
This project leans heavily on this livestream by Yuri Artiukh, where he decompiles the shader effects.
The project setup is based on this template by Bruno Simon. I have extended it slightly for my convenience.
Local setup
Download Node.js. Run the following commands:
# Install dependencies (only the first time)
npm install
# Run the local server
npm run dev
# Build for production into the dist/ directory
npm run build