From f1a96b5c3533c5a63064eaf22a39779f57dd8178 Mon Sep 17 00:00:00 2001 From: Piper Date: Sun, 18 Oct 2020 07:51:16 -0700 Subject: [PATCH 1/3] docs: add install instructions --- CONTRIBUTING.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index af28719..8e12828 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,11 @@ # Contributing Guidelines -This is a GatsbyJS site, on top of Netlify CMS for now, and powered by YAML files. +This is a GatsbyJS site, on top of Netlify CMS for now, and powered by YAML files. It's easy to start hacking. All you need is to + +1. Fork the repo +1. `yarn` to fetch dependencies +1. `yarn start` to spin up dev server on localhost:8000 +1. Update, commit, push to your fork. And open a pull request Swing by `src/data/links/` to see all the links, and if you'd like to add a new one just copy and paste one of the older ones and update it. From 2cf34fccc3e13178c3e5fe1bd660623f87041978 Mon Sep 17 00:00:00 2001 From: Piper Date: Sun, 18 Oct 2020 07:51:23 -0700 Subject: [PATCH 2/3] refactor: drop period from selected country --- src/components/Footer.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index cad1496..3450ebf 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -67,7 +67,6 @@ const Footer = () => { {Countries.fromAlpha2Code(country.code).emoji}{' '} {country.name} {' '} - · ) : null}