mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-01 08:35:32 +02:00
Merge pull request #546 from jankeromnes/master
Make contributions easier
This commit is contained in:
commit
db0022391f
2 changed files with 11 additions and 1 deletions
6
.gitpod.yml
Normal file
6
.gitpod.yml
Normal 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
|
|
@ -77,7 +77,7 @@ You'll also need `npm` to download all the dependencies of the project.
|
||||||
|
|
||||||
The general workflow / steps are below:
|
The general workflow / steps are below:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
git clone <your fork of the repo>
|
git clone <your fork of the repo>
|
||||||
cd learnGitBranching
|
cd learnGitBranching
|
||||||
npm install # to install all the node modules I depend on
|
npm install # to install all the node modules I depend on
|
||||||
|
@ -97,6 +97,10 @@ git push
|
||||||
# go online and request a pull
|
# go online and request a pull
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Alternatively, you can also build and run the app in a pre-configured online workspace:
|
||||||
|
|
||||||
|
[](https://gitpod.io/#https://github.com/pcottle/learnGitBranching/blob/master/src/js/git/index.js)
|
||||||
|
|
||||||
## Helpful Folks
|
## Helpful Folks
|
||||||
A big shoutout to these brave souls for extensively testing our sandbox and finding bugs and/or inconsistencies:
|
A big shoutout to these brave souls for extensively testing our sandbox and finding bugs and/or inconsistencies:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue