You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We welcome pull requests from freeCodeCamp campers (our students) and seasoned JavaScript developers alike! Follow these steps to contribute:
4
4
5
-
#### Test deploy
5
+
1. Find an issue that needs assistance by searching for the [Help Wanted](https://github.com/coderplex/coderplex/labels/help%20wanted) tag.
6
6
7
+
1. Let us know you are working on it by posting a comment on the issue.
7
8
8
-
* Install [now-cli](https://zeit.co/now)
9
-
```bash
10
-
$ npm i -g now
11
-
```
12
-
* Run **now** inside the project root directory
13
-
```bash
14
-
$ now
15
-
```
16
-
* After the app is deployed. [Alias](https://zeit.co/docs/features/aliases) your generated link to *coderplex-pr-XX.now.sh*
17
-
```bash
18
-
$ now alias url coderplex-pr-XX
19
-
```
20
-
> url = generated link to website when `now` was run
9
+
1. Follow the [Contribution Guidelines](#contribution-guidelines) to start working on the issue.
21
10
22
-
> XX = Opened pull request number
11
+
Remember to feel free to ask for help in our [Discord](https://discordapp.com/invite/dVnQ2Gf) rooms.
23
12
13
+
Working on your first Pull Request? You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)
14
+
15
+
## Running this project locally
16
+
17
+
1. Make sure you have [NodeJS](https://nodejs.org/) and [npm](https://www.npmjs.com/) installed.
18
+
> Make sure you install node version 8 or above and check node version by running `node -v`
1. `npm run dev` to start local development server
30
-
1. Open app at `localhost:3000`
19
+
We welcome pull requests from coderplex hackers (our students) and seasoned JavaScript developers alike! Please follow [these steps](CONTRIBUTING.md) to contribute.
0 commit comments