Browse Source

Create README.md

master
yuriy0803 3 years ago committed by GitHub
parent
commit
1bca0b9157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      new-web/README.md

10
new-web/README.md

@ -6,8 +6,8 @@ vue based frontend for core-pool
```bash ```bash
# clone the repo # clone the repo
git clone https://github.com/etclabscore/vue-core-pool.git git clone https://github.com/yuriy0803/open-etc-pool-friends.git
cd vue-core-pool cd new-web
# configure # configure
cp params/example.config.json params/config.json cp params/example.config.json params/config.json
@ -40,7 +40,7 @@ For detailed explanation on how things work, check out [Nuxt.js docs](https://nu
your.pool.domain.com { your.pool.domain.com {
file_server file_server
root * /home/etclabscore/vue-core-pool/dist root * /home/pool/open-etc-pool-friends/new-web/dist
try_files {path} /index.html try_files {path} /index.html
encode gzip encode gzip
} }
@ -54,8 +54,8 @@ vue-core-pool is built using [Vue.js](https://vuejs.org/), [NuxtJS](https://nuxt
### index page ### index page
![index/miners page](screenshots/01.png "index/miners page") ![index/miners page](/screenshots/01.png?raw=true "index/miners page")
### pool blocks page ### pool blocks page
![pool blocks page](screenshots/02.png "pool blocks page") ![pool blocks page](/screenshots/02.png?raw=true "pool blocks page")

Loading…
Cancel
Save