Skip to content

rileyrichter/pick-a-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

pick-a-card

This is a repo I put together to go with a YouTube video I made to help no-coders and low coders use VS Code, GitHub, and jsDelivr with their Webflow projects.

You can watch the video on YouTube

Before you can run through this tutorial you'll need to make sure you've installed git.

You can see the website at: https://pick-a-card.webflow.io/

It's using the Deck of Cards API.

Here's a gherkin example that I referenced in the video when documenting automations.

# This Zap has three steps
Scenario: A customer fills out our sign-up form
    When the form is submitted
    Then the Zap fires and X happens
    Then the next step happens
    Then the following step happens
    Then the user sees x

You can learn more about gherkin at cucumber.io.

You can learn more about getting rid of your master branch here.

The code I specifically used from this article is:

git branch -m master main
git push -u origin main

On top of that, it is always helplful to donate to Black Lives Matter.

Releases

No releases published

Packages

No packages published