Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 2.01 KB

File metadata and controls

53 lines (33 loc) · 2.01 KB
Feathers logo

The modern web app for The Luminosity Lab at Arizona State University.

Build Status David MIT license

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!

Usage

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.

Building and Deploying

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!

License

The Luminosity web app code is open-sourced software licensed under the MIT license.