Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit a3c887e

Browse files
author
Zubair Ahmed
authored
Merge branch 'master' into tests
2 parents 1c1313f + bf7236b commit a3c887e

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
We welcome pull requests from hackerspace members (our students) and seasoned JavaScript developers alike! Follow these steps to contribute:
44

5-
1. Find an issue that needs assistance by searching for the [Help Wanted](https://github.com/coderplex/coderplex/labels/help%20wanted) tag.
5+
1. Find an issue that needs assistance by searching for the [Help Wanted](https://github.com/coderplex/coderplex/labels/help-wanted) tag.
66

77
1. Let us know you are working on it by posting a comment on the issue.
88

@@ -14,20 +14,16 @@ Working on your first Pull Request? You can learn how from this *free* series [H
1414

1515
## Running this project locally
1616

17-
1. Make sure you have [NodeJS](https://nodejs.org/) and [npm](https://www.npmjs.com/) installed.
17+
1. Make sure you have [NodeJS](https://nodejs.org/) and [Yarn](https://yarnpkg.com/en/docs/install) installed.
1818
> Make sure you install node version 8 or above and check node version by running `node -v`
1919
1. Then clone this repo
2020
```bash
21-
git clone git@github.com:coderplex/coderplex.git
21+
git clone https://github.com/coderplex/coderplex.git
2222
```
2323
1. `cd coderplex`
2424
1. `npm install`
2525
1. `npm run dev` to start local development server
2626
1. App opens at `localhost:3000`
2727

28-
2928
**Note:**
30-
31-
So our team's official policy (for now) is:
32-
we only use Yarn as our official Node package manager, and so we request you to use Yarn instead of
33-
npm and commit yarn.lock file.
29+
> So our team's official policy (for now) is: We only use [Yarn](https://yarnpkg.com/en/docs/install) as our official Node package manager, and so we request you to use Yarn instead of npm and commit yarn.lock file.

components/footer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import FaFacebook from 'react-icons/lib/fa/facebook';
33
import FaYoutube from 'react-icons/lib/fa/youtube-play';
44
import FaGithub from 'react-icons/lib/fa/github-alt';
55
import FaInstagram from 'react-icons/lib/fa/instagram';
6+
import FaTwitter from 'react-icons/lib/fa/twitter';
67

78
export default () => (
89
<footer>
@@ -31,7 +32,7 @@ export default () => (
3132
</a>
3233
</li>
3334
<li>
34-
<a href="https://www.meetup.com/coderplex/">m</a>
35+
<a href="https://www.twitter.com/coderplex/"><FaTwitter size={20}/></a>
3536
</li>
3637
</ul>
3738
</div>

0 commit comments

Comments
 (0)