Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Jul 27, 2019
1 parent 7a48d3f commit 94aa75d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"url": "https://github.com/arianrhodsandlot/Holly-Quintet.git"
},
"scripts": {
"start": "NODE_OPTIONS='-r esm' ts-node src/server"
"start": "NODE_ENV=production NODE_OPTIONS='-r esm' ts-node src/server",
"dev": "NODE_OPTIONS='-r esm' ts-node src/server"
},
"dependencies": {
"chowdown": "^1.2.3",
Expand Down
8 changes: 3 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

Holly Quintet is a web app used for searching albums' covers from a series of music websites.

All results are picked from [Google Images](https://www.google.com/imghp). In fact, it's just like a [reverse proxy](http://en.wikipedia.org/wiki/Reverse_proxy) of the search results of "`site:itunes.apple.com/us your-key-words`" or `"site:amazone.com your-key-words`".
All results are picked from [Google Images](https://www.google.com/imghp). In fact, it's just like a [reverse proxy](https://en.wikipedia.org/wiki/Reverse_proxy) of the search results of "`site:itunes.apple.com/us your-key-words`" or `"site:amazone.com your-key-words`".

---

Expand All @@ -21,14 +21,12 @@ All results are picked from [Google Images](https://www.google.com/imghp). In fa
To start an ephemeral development server run:

```sh
npm i
npm start
yarn
yarn dev
```

Then browse to http://localhost:1025 .

By the way, a socks5 server with port 1080 should keep running in background since Google is not always available in some region.

---

## License
Expand Down

0 comments on commit 94aa75d

Please sign in to comment.