Merge pull request #546 from jankeromnes/master

Make contributions easier
This commit is contained in:
Peter Cottle 2019-02-26 10:30:17 -08:00 committed by GitHub
commit db0022391f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

6
.gitpod.yml Normal file
View file

@ -0,0 +1,6 @@
ports:
- port: 8000
onOpen: open-preview
tasks:
- init: npm install && npm install -g grunt-cli
command: grunt build && python3 -m http.server 8000

View file

@ -77,7 +77,7 @@ You'll also need `npm` to download all the dependencies of the project.
The general workflow / steps are below:
```
```bash
git clone <your fork of the repo>
cd learnGitBranching
npm install # to install all the node modules I depend on
@ -97,6 +97,10 @@ git push
# go online and request a pull
```
Alternatively, you can also build and run the app in a pre-configured online workspace:
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/pcottle/learnGitBranching/blob/master/src/js/git/index.js)
## Helpful Folks
A big shoutout to these brave souls for extensively testing our sandbox and finding bugs and/or inconsistencies: