The Luminosity Lab website is a progressive web app created using Gatsby with React, featuring offline support using a service worker and advanced image optimization. The site uses videos from Pexels and images from Unsplash. It is based upon Forty by HTML5 Up.
Feel free to use the code as you wish!
This project uses Yarn for dependency management. To install dependencies and start, run:
yarn install
yarn start
This will start the server locally at http://localhost:8000.
In order to compile the code, run:
yarn build
The public folder will contain the compiled code and assets.
To deploy, run:
yarn deploy
This will automatically build the code and then deploy to the luminosity-lab Firebase project and changes will be reflected at https://theluminositylab.com!
The Luminosity web app code is open-sourced software licensed under the MIT license.
