docs(documentation): Update readme.md and contributor.md (#16990)
This commit is contained in:
committed by
mrugesh mohapatra
parent
ef37c3bee2
commit
ee051d47bc
@ -271,9 +271,11 @@ npm run develop
|
||||
```
|
||||
|
||||
Now navigate to your browser and open <http://localhost:3000>. If the app loads, congratulations – you're all set.
|
||||
|
||||
Otherwise, let us know by asking in the [Contributors chat room](https://gitter.im/FreeCodeCamp/Contributors) on Gitter. There might be an error in the console of your browser or in Bash / Terminal / Command Line that will help identify the problem.
|
||||
|
||||
If the app launches but you are encountering errors with the UI itself, for example if fonts are not being loaded or if the code editor is not displaying properly, you may try the following:
|
||||
|
||||
```bash
|
||||
# Remove all installed node modules
|
||||
rm -rf node_modules
|
||||
@ -479,7 +481,7 @@ freeCodeCamp has a team of volunteer Issue Moderators. These Issue Moderators ro
|
||||
|
||||
2. Another Issue Moderator will QA the same pull request. Once they have also confirmed that the new code does what it is supposed to without seeming to introduce any new bugs, they will merge the pull request.
|
||||
|
||||
If you would like to apply to join our Issue Moderator team - which is a Core Team position - message [@BerkeleyTrue](https://gitter.im/berkeleytrue) with links to 5 of your pull requests that have been accepted and 5 issues where you have helped someone else through commenting or QA'ing.
|
||||
If you would like to apply to join our Issue Moderator team, message [@quincylarson](https://gitter.im/quincylarson) with links to 5 of your pull requests that have been accepted and 5 issues where you have helped someone else through commenting or QA'ing.
|
||||
|
||||
### How We Close Stale Issues
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
[](https://waffle.io/freecodecamp/freecodecamp/metrics)
|
||||
|
||||
[](https://gitter.im/freecodecamp/freecodecamp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](https://snyk.io/test/github/freecodecamp/freecodecamp)
|
||||
[](https://travis-ci.org/freeCodeCamp/freeCodeCamp)
|
||||
[](http://makeapullrequest.com)
|
||||
@ -45,7 +44,7 @@ For this certification, you'll work on **two projects from scratch** and then **
|
||||
|
||||
---
|
||||
|
||||
This code is running live at [freeCodeCamp.org](https://www.freecodecamp.org). We also have [Gitter chat rooms](https://gitter.im/FreeCodeCamp/FreeCodeCamp), a [Medium publication](https://medium.freecodecamp.org), an [interactive forum](https://forum.freecodecamp.org), a [wiki knowledgebase](https://forum.freecodecamp.org/c/wiki), local [FaceBook groups](https://study-group-directory.freecodecamp.org/), and even a [YouTube channel](https://youtube.com/freecodecamp).
|
||||
This code is running live at [freeCodeCamp.org](https://www.freecodecamp.org). We also have a super active [forum](https://forum.freecodecamp.org), [local study groups](https://study-group-directory.freecodecamp.org/), a [Medium publication](https://medium.freecodecamp.org), a [guide to thousands of programming topics](https://guide.freecodecamp.org), and even a [YouTube channel](https://youtube.com/freecodecamp).
|
||||
|
||||
### [Join our community here](https://www.freecodecamp.org/signin).
|
||||
|
||||
|
Reference in New Issue
Block a user