8000 GitHub - hryn/farewell: yes
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hryn/farewell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

farewell

Live here

Guidelines

  • We don't write tests
  • We push to master

Start local server

yarn start

Add new card

Add messages to src/messages/messages.js:

  • For normal text card with a header and a message:
    {
     type: "text",
     header: "some header",    // optional
     message: "some message"
    }
  • For a photo with alt text, first place it in the images folder and import it as a variable (e.g. someImg). Then:
    {
      type: "photo",
      image: someImg,
      alt: "alt text for the image",
    },
  • For photo card with message, first place it in the images folder and import it as a variable. Then:
    {
      header: "some header", // optional
      message: "some message",
      image: someImg,
      alt: "alt text for the image",
    }

About

yes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.5%
  • CSS 13.7%
  • HTML 4.8%
0