chore: add prettier(1st step) (#7)

Author:    hexxa <hexxa@outlook.com>
This commit is contained in:
Hexxa 2018-05-31 08:26:07 -05:00 committed by GitHub
parent ac05637658
commit 86aa39c526
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 58 additions and 51 deletions

View file

@ -1,18 +1,18 @@
## FAQ
* How to change accound name and password?
* Go to quickshare folder
* Open config.json using text editor. (e.g. notpad++, sublime, vscode, etc...)
* Search for line `"AdminPwd": "quicksh@re",`
* Replace `quicksh@re` with your password, e.g. `"AdminPwd": "myPassword",`
* Then you can also update user name `"AdminId": "myUserName",` in above way.
* How to change listening address(or port)?
* Go to quickshare folder
* Open config.json using text editor. (e.g. notpad++, sublime, vscode, etc...)
* Search for line `"HostName": "",`
* Change the value of `HostName`, e.g. `"HostName": "192.168.0.6",`
* You can also change port value (`"Port": 8888,`) in above way
* How to change background?
* Go to `public` folder under quickshare folder
* Open style.css using text editor. (e.g. notpad++, sublime, vscode, etc...)
* Update `body`'s css.
- How to change accound name and password?
- Go to quickshare folder
- Open config.json using text editor. (e.g. notpad++, sublime, vscode, etc...)
- Search for line `"AdminPwd": "quicksh@re",`
- Replace `quicksh@re` with your password, e.g. `"AdminPwd": "myPassword",`
- Then you can also update user name `"AdminId": "myUserName",` in above way.
- How to change listening address(or port)?
- Go to quickshare folder
- Open config.json using text editor. (e.g. notpad++, sublime, vscode, etc...)
- Search for line `"HostName": "",`
- Change the value of `HostName`, e.g. `"HostName": "192.168.0.6",`
- You can also change port value (`"Port": 8888,`) in above way
- How to change background?
- Go to `public` folder under quickshare folder
- Open style.css using text editor. (e.g. notpad++, sublime, vscode, etc...)
- Update `body`'s css.