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.
Make sure you have Node.js installed.
# get all the npm dependencies
npm install
# 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.