Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 735 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 735 Bytes

goodbye-sandra

A Lit-based single page application that takes a Brightspace-themed look at Sandra's last 14 years at D2L...

Developing

After cloning the repo, run npm install to install dependencies.

Running the Application

During development, start an es-dev-server that hosts the application and supports live reloading.

npm start

To run the static production version of the application:

npm run start:build

Deployment

The application will automatically be deployed upon successfuly merges to master via Netlify to: farewell-sandra-from-gaudi.netlify.app