Make sure you have NodeJS and Yarn installed.
Tasks to get you going working on this project:
yarn build
- build the app for productionyarn develop
- develop locally with live reloadyarn serve
- build the app and serve it locally (good for quick demos / debugging)
All PRs will have Netlify deploy previews setup and uses GitHub Actions for running all PRs through a Continuous Integration process.
- Visual Studio Code has an extension to support lit-html
This project is managed as a GitHub Page using GitHub Actions to deploy it. Everything should build and publish automatically on each merge into master.