Skip to content

Commit 06ec2ca

Browse files
committed
Added transition to the home button in repo details. Updated README with setup guidelines
1 parent 81c9536 commit 06ec2ca

10 files changed

+1774
-15
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
## Web application for managing your git repositories
77

88
![open issues](https://badgen.net/github/open-issues/neel1996/gitconvex-package)
9-
![Gitconvex React UI pipeline](https://github.com/neel1996/gitconvex-ui/workflows/Gitconvex%20React%20UI%20pipeline/badge.svg)
9+
![Gitconvex UI pipeline](https://github.com/neel1996/gitconvex/workflows/Gitconvex%20UI%20pipeline/badge.svg)
1010
![Gitconvex Server pipeline](https://github.com/neel1996/gitconvex-server/workflows/Gitconvex%20Server%20pipeline/badge.svg)
1111

1212
# Download options
@@ -16,6 +16,7 @@
1616
[![gitconvex npm package](https://badgen.net/badge/gitconvex/v1.1.2/green?icon=npm)](https://www.npmjs.com/package/@itassistors/gitconvex)
1717
[![github release](https://badgen.net/badge/gitconvex/v1.1.2/blue?icon=github)](https://github.com/neel1996/gitconvex-package/releases)
1818
[![docker image](https://badgen.net/badge/gitconvex/v1.1.2/cyan?icon=docker)](https://hub.docker.com/repository/docker/itassistors/gitconvex)
19+
1920
[![License](https://badgen.net/github/license/neel1996/gitconvex-package)](LICENSE)
2021

2122
- **Option - 1** Cloning repo from **github**
@@ -24,8 +25,8 @@
2425

2526
```
2627
27-
$ git clone https://github.com/neel1996/gitconvex.git
28-
$ cd gitconvex
28+
$ git clone https://github.com/neel1996/gitconvex-package.git
29+
$ cd gitconvex-package
2930
$ npm start
3031
3132
```
@@ -60,12 +61,12 @@ Gitconvex is running on port 9001
6061

6162
**Note:** Make sure you mount the host volume to the container to access the git repos from the host system. If you have git repos stored within your containers, then this is not required
6263

63-
- **Option - 4** Downloading the zip file from the tagged github [**release**](https://github.com/neel1996/gitconvex/releases)
64+
- **Option - 4** Downloading the zip file from the tagged github [**release**](https://github.com/neel1996/gitconvex-package/releases)
6465

6566
```
6667
## Extract the downloaded zip file and execute the commands
6768
68-
$ cd gitconvex
69+
$ cd gitconvex-package
6970
$ npm start
7071
```
7172

build/asset-manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"files": {
33
"main.css": "/static/css/main.bf0b1318.chunk.css",
4-
"main.js": "/static/js/main.1a392fb6.chunk.js",
5-
"main.js.map": "/static/js/main.1a392fb6.chunk.js.map",
4+
"main.js": "/static/js/main.6f288f72.chunk.js",
5+
"main.js.map": "/static/js/main.6f288f72.chunk.js.map",
66
"runtime-main.js": "/static/js/runtime-main.170c13fe.js",
77
"runtime-main.js.map": "/static/js/runtime-main.170c13fe.js.map",
8-
"static/js/2.67c9a36b.chunk.js": "/static/js/2.67c9a36b.chunk.js",
9-
"static/js/2.67c9a36b.chunk.js.map": "/static/js/2.67c9a36b.chunk.js.map",
8+
"static/js/2.4559ecbd.chunk.js": "/static/js/2.4559ecbd.chunk.js",
9+
"static/js/2.4559ecbd.chunk.js.map": "/static/js/2.4559ecbd.chunk.js.map",
1010
"static/js/3.c69d0484.chunk.js": "/static/js/3.c69d0484.chunk.js",
1111
"static/js/3.c69d0484.chunk.js.map": "/static/js/3.c69d0484.chunk.js.map",
1212
"static/js/4.5e18992a.chunk.js": "/static/js/4.5e18992a.chunk.js",
@@ -848,16 +848,16 @@
848848
"static/js/422.c4d7af19.chunk.js": "/static/js/422.c4d7af19.chunk.js",
849849
"static/js/422.c4d7af19.chunk.js.map": "/static/js/422.c4d7af19.chunk.js.map",
850850
"index.html": "/index.html",
851-
"precache-manifest.ba8671ae7fa924e8285ee42a91933a86.js": "/precache-manifest.ba8671ae7fa924e8285ee42a91933a86.js",
851+
"precache-manifest.4c0667506f34ce1eadfd047a99a97748.js": "/precache-manifest.4c0667506f34ce1eadfd047a99a97748.js",
852852
"service-worker.js": "/service-worker.js",
853853
"static/css/main.bf0b1318.chunk.css.map": "/static/css/main.bf0b1318.chunk.css.map",
854-
"static/js/2.67c9a36b.chunk.js.LICENSE.txt": "/static/js/2.67c9a36b.chunk.js.LICENSE.txt",
854+
"static/js/2.4559ecbd.chunk.js.LICENSE.txt": "/static/js/2.4559ecbd.chunk.js.LICENSE.txt",
855855
"static/media/SplashScreen.css": "/static/media/gitconvex.e136c267.png"
856856
},
857857
"entrypoints": [
858858
"static/js/runtime-main.170c13fe.js",
859-
"static/js/2.67c9a36b.chunk.js",
859+
"static/js/2.4559ecbd.chunk.js",
860860
"static/css/main.bf0b1318.chunk.css",
861-
"static/js/main.1a392fb6.chunk.js"
861+
"static/js/main.6f288f72.chunk.js"
862862
]
863863
}

build/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)