File tree Expand file tree Collapse file tree 3 files changed +23
-6
lines changed Expand file tree Collapse file tree 3 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 1
1
node_modules
2
2
dist
3
- .idea
3
+ .idea
4
+ token.txt
Original file line number Diff line number Diff line change 5
5
<b >V</b >isualized <b >E</b >nvironment for <b >S</b >earch <b >M</b >ethods
6
6
<p > Development of an application for the Implemantation and use of search methods in a visualized environment</p >
7
7
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
+
8
19
<h3 >Download the App in Development Mode</h3 >
9
20
You will have to install NodeJs first for the npm package manager.
10
21
11
22
Download the repo or clone it and then install this packages via npm.
12
23
13
- ``` bash
24
+ ``` shell
14
25
$ git clone https://github.com/TasosTilsi/VESM-Electron-App.git
26
+ $ npm install
27
+ ```
28
+ Not Every time necessary but sometimes useful
29
+ ``` shell
15
30
$ npm i -S @fortawesome/fontawesome-free
16
31
$ npm i -S electron
17
32
$ npm i -S bootstrap
@@ -22,12 +37,12 @@ $ npm install --save-dev electron-builder
22
37
23
38
After doing the above you are for run.
24
39
25
- ```` bash
40
+ ```` shell
26
41
$ npm start
27
42
````
28
43
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!
31
46
32
47
<h3 >Description</h3 >
33
48
This is an Web Page developed for my thesis!
Original file line number Diff line number Diff line change 66
66
{
67
67
"provider" : " github" ,
68
68
"owner" : " tasostilsi" ,
69
- "repo" : " VESM-Electron-App"
69
+ "repo" : " VESM-Electron-App" ,
70
+ "private" :false
70
71
}
71
72
]
72
73
}
You can’t perform that action at this time.
0 commit comments