Skip to content

A list of somewhat important™️ links regarding 35c3.

License

Notifications You must be signed in to change notification settings

JimFrostig/35c3.info

 
 

Repository files navigation

Build Status Greenkeeper badge

🚀 Adding A New Shortcut

To add a new shortcut to 35c3.info open up src/shortcuts.js and add your entry to the list.

// Example shortcut

{
  emoji: "💖",
  name: "Wanted!",
  description: "Some link that you think is missing.",
  href: "https://i.imgur.com/3t2npON.gif?noredirect"
}

Tip: Don't forget the comma, when adding to the list.

🏗 Development

Dependencies

Make sure you have Node.js installed.

# get all the npm dependencies
npm install

Development Server

# start the development server and open up localhost:1234
npm start

The live reload doesn't work, when changing src/shortcuts.js, I'm sorry. If you want to help with this go and have a look at parcel-bundler/parcel#2317.

About

A list of somewhat important™️ links regarding 35c3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 46.8%
  • HTML 28.3%
  • JavaScript 24.9%