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

Commit ce3c151

Browse files
committed
update COC
1 parent 9b225bb commit ce3c151

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

Diff for: .github/CONTRIBUTING.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Coderplex web application comprises of two repositories :
1010

1111
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1212
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
13-
<!-- DON'T EDIT THIS SECTION, WE AUTOMATICALLY GENERATE TOC USING GIT PRE-COMMIT HOOK WHEN SOMETHING GETS CHANGED IN THIS FILE -->
13+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
1414

1515
- [Code of Conduct](#code-of-conduct)
1616
- [Open Development](#open-development)
@@ -28,10 +28,10 @@ Coderplex web application comprises of two repositories :
2828
- [Received a review request](#received-a-review-request)
2929
- [How to get in touch](#how-to-get-in-touch)
3030
- [Appendix](#appendix)
31-
- [1. Node Version Manager](#1-node-version-manager)
31+
- [Node Version Manager](#node-version-manager)
3232
- [nvm for Linux & macOS](#nvm-for-linux--macos)
3333
- [nvm-windows for Windows](#nvm-windows-for-windows)
34-
- [2. Local host occupied](#2-local-host-occupied)
34+
- [Local host occupied](#local-host-occupied)
3535

3636
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
3737

@@ -73,13 +73,13 @@ We welcome pull requests from beginners and seasoned javaScript developers alike
7373
* Minimum version v8.0.0+
7474

7575
```bash
76-
To check node version
76+
# To check node version
7777
node -v
7878
```
7979

8080
Any lower version than mentioned above may results in this [error](https://github.com/coderplex/coderplex/issues/100).
8181

82-
> If you face problem updating your node then you might need a Node version manager tool. [Follow here](#1-node-version-manager)
82+
> If you face problem updating your node then you might need a Node version manager tool. [Follow here](#node-version-manager)
8383
8484
1. [Yarn](https://yarnpkg.com)
8585

@@ -114,7 +114,7 @@ We welcome pull requests from beginners and seasoned javaScript developers alike
114114
yarn dev
115115
```
116116
App now opens at `localhost:3000` in your default browser.
117-
> You may get this [error](#2-local-host-occupied) if any other app is already running the above port.
117+
> You may get this [error](#local-host-occupied) if any other app is already running the above port.
118118
119119
#### Before submitting
120120

@@ -172,21 +172,21 @@ Follow the prompt and commit `.all-contributorsrc` and `README.md` in the PR.
172172

173173
## Appendix
174174

175-
### 1. Node Version Manager
175+
### Node Version Manager
176176

177177
#### [nvm](https://github.com/creationix/nvm) for Linux & macOS
178178

179179
```bash
180-
# Installation
181-
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash
180+
# Installation
181+
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.6/install.sh | bash
182182

183-
# Install latest node lts
184-
nvm install --lts
183+
# Install latest node lts
184+
nvm install --lts
185185

186-
# Use installed version
187-
nvm use --lts
186+
# Use installed version
187+
nvm use --lts
188188

189-
# Run the app in the same terminal session
189+
# Run the app in the same terminal session
190190
```
191191

192192
_Make sure you have [curl](https://curl.haxx.se/) installed_
@@ -196,16 +196,16 @@ _Make sure you have [curl](https://curl.haxx.se/) installed_
196196
It comes with an [installer](https://github.com/coreybutler/nvm-windows#installation--upgrades).
197197

198198
```bash
199-
# Install particular version
200-
nvm install 8.9.1
199+
# Install particular version
200+
nvm install 8.9.1
201201

202-
# Use installed version
203-
nvm use 8.9.1
202+
# Use installed version
203+
nvm use 8.9.1
204204
```
205205

206206
Still facing problem this [article](https://medium.com/appseed-io/how-to-run-multiple-versions-of-node-js-with-nvm-for-windows-ffbe5c7a2b47) from [@skounis](https://twitter.com/skounis) explain in details.
207207

208-
### 2. Local host occupied
208+
### Local host occupied
209209

210210
```js
211211
Error: listen EADDRINUSE :::3000

0 commit comments

Comments
 (0)