Skip to content

Commit c06ce82

Browse files
committed
release made more coming to the future
1 parent 2836e9e commit c06ce82

File tree

3 files changed

+23
-6
lines changed

3 files changed

+23
-6
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
dist
3-
.idea
3+
.idea
4+
token.txt

README.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,28 @@
55
<b>V</b>isualized <b>E</b>nvironment for <b>S</b>earch <b>M</b>ethods
66
<p> Development of an application for the Implemantation and use of search methods in a visualized environment</p>
77

8+
<h3>ToDo's</h3>
9+
```
10+
1. Some minor fixes
11+
2. Auto Update
12+
3. Publish releases for Linux and Mac OS
13+
4. Make a minimal menu for the app
14+
5. Materialize the view
15+
6. Anything that comes to my mind
16+
7. Feel Free to open an issue to post your thoughts
17+
```
18+
819
<h3>Download the App in Development Mode</h3>
920
You will have to install NodeJs first for the npm package manager.
1021

1122
Download the repo or clone it and then install this packages via npm.
1223

13-
```bash
24+
```shell
1425
$ git clone https://github.com/TasosTilsi/VESM-Electron-App.git
26+
$ npm install
27+
```
28+
Not Every time necessary but sometimes useful
29+
```shell
1530
$ npm i -S @fortawesome/fontawesome-free
1631
$ npm i -S electron
1732
$ npm i -S bootstrap
@@ -22,12 +37,12 @@ $ npm install --save-dev electron-builder
2237

2338
After doing the above you are for run.
2439

25-
````bash
40+
````shell
2641
$ npm start
2742
````
2843

29-
<!-- <h3>Download the app</h3>
30-
Click <a href="https://git.io/fNltq">here</a> to check this web app live! -->
44+
<h3>Download the app</h3>
45+
Click <a href="https://git.io/fAIY1">here</a> to download and install the desktop app!
3146

3247
<h3>Description</h3>
3348
This is an Web Page developed for my thesis!

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
{
6767
"provider": "github",
6868
"owner": "tasostilsi",
69-
"repo": "VESM-Electron-App"
69+
"repo": "VESM-Electron-App",
70+
"private":false
7071
}
7172
]
7273
}

0 commit comments

Comments
 (0)