Skip to content

Commit

Permalink
Simplifies code contributions and automates the dev setup (#612)
Browse files Browse the repository at this point in the history
* Update README.

* Update .gitpod.yml

Co-Authored-By: Mosh Feu <[email protected]>
  • Loading branch information
nisarhassan12 and moshfeu committed Sep 2, 2019
1 parent ed575f9 commit 88164b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
tasks:
- init: yarn
command: yarn start
ports:
- port: 3000
onOpen: open-preview
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ See the section about [running tests](https://facebook.github.io/create-react-ap

Launches the `Cypress` test runner _and_ the app; must run on port `3000`. Learn more about `Cypress` [on their website](https://docs.cypress.io/guides/overview/why-cypress.html#In-a-nutshell).

Alternatively You can also use Gitpod ( a free online IDE that will automate your dev setup ) for contributing with a single click. It will launch a ready to code workspace with the dependencies pre-installed so that you can start contributing without wasting precious time on development setup.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Coding-Coach/find-a-mentor)

# Code of Conduct

At Coding Coach, we value all our mentors, mentees, and contributors. Our goal is to make this a safe space where new and experienced developers can connect and learn from one another. Therefore, we do not tolerate any form of harassment or prejudice. This Code of Conduct applies to all Coding Coach spaces including but not limited to slack, email correspondence, and social media.
Expand Down

0 comments on commit 88164b2

Please sign in to comment.