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. 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}