Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.11 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.11 KB

MEME ME!

Make a meme as beautiful as you are!

A forkable, hackable project built with Vite, Pico.css & Vanilla JS. Learn how this project was built by watching the Vanilla JavaScript Projects course on Frontend Masters.

Project Demo: anjana.dev/meme-me

GitHub Pages Instructions

Follow the steps below to deploy your own version of this project to GitHub Pages.

  1. Fork this Repository
  2. In your fork, go to Settings > Pages
  3. Select GitHub Pages as the source.
  4. Go to the Actions tab and enable workflows (they were disabled because this repo was forked)
  5. Find the Deploy static content to Pages action and manually run workflow to trigger it
    • Note: Future runs of this workflow can be automatically triggered by pushing code changes to your repo
  6. When the workflow is complete, visit https://[your-username].github.io/meme-me
    • Note: If you named the repo something other than memep-me, make sure the URL matches what you used