Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.
/ 35c3.info Public archive

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

License

Notifications You must be signed in to change notification settings

optikfluffel/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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published