emanuelduss / 35c3.info

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

Home Page:https://35c3.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://35c3.info

License:The Unlicense


Languages

Language:JavaScript 53.2%Language:CSS 26.0%Language:HTML 20.8%