Skip to content

Commit

Permalink
Edits
Browse files Browse the repository at this point in the history
  • Loading branch information
AjaniBilby committed Apr 8, 2017
1 parent eb1fad2 commit a68c211
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,18 @@ Is a electron based app of which allows a user to create a connection web betwee
## How it works
First input is the start page. It will go to the wikipedia page with that title and gather every link on that page, then it will go to every link and get all links on those pages. It does this until it finds one link to the target page, then it will not add anymore search terms, and will finish all of it's current queue, to see if there are multiple links to the desired page.

## Setup
You will need to install npm
Then open a command prompt in the director and execute ```npm run start```
**Note:** All data your computer loads will be store ```'./data/'``` folder, to allow for faster searches the more a user users it.

## Controls
**Rest / Refresh:** CTRL + R
**Fullscreen:** F12
**Zoom In:** CTRL + =
**Zoom Out:** CTRL + -
**Save:** CTRL + S

## Build
## Build (Source)
You will need to install npm
Then open a command prompt in the director and execute ```npm run start```
**Note:** All data your computer loads will be store ```'./data/'``` folder, to allow for faster searches the more a user users it.

You can also build to run as an application for;
Windows: ```npm run build-win```
Linux: ```npm run build-linux```
Expand Down

0 comments on commit a68c211

Please sign in to comment.