A Lit-based single page application that takes a Brightspace-themed look at Sandra's last 14 years at D2L...
After cloning the repo, run npm install
to install dependencies.
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
The application will automatically be deployed upon successfuly merges to master
via Netlify to:
farewell-sandra-from-gaudi.netlify.app