This is a companion repo for the Vanilla JavaScript Projects course on Frontend Masters.
Project demo: anjana.dev/selfie-cam
Follow the steps below to deploy your own version of this project to GitHub Pages.
- Fork this Repository
- In your fork, go to
Settings > Pages
- Select
GitHub Pages
as the source. - Go to the
Actions
tab and enable workflows (they were disabled because this repo was forked) - Find the
Deploy static content to Pages
action and manuallyrun workflow
to trigger it- Note: Future runs of this workflow can be automatically triggered by pushing code changes to your repo
- When the workflow is complete, visit
https://[your-username].github.io/selfie-cam
- Note: If you named the repo something other than
selfie-cam
, make sure the URL matches what you used
- Note: If you named the repo something other than