parent
ca782875c2
commit
e6bca2d35f
|
@ -73,15 +73,17 @@ If using Heroku Quick Deploy, **you can skip this section**.
|
||||||
There are a few different ways to begin using the app, depending on your preferences:
|
There are a few different ways to begin using the app, depending on your preferences:
|
||||||
|
|
||||||
### A) [Heroku Quick Deploy](https://heroku.com/about)
|
### A) [Heroku Quick Deploy](https://heroku.com/about)
|
||||||
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/benbusby/whoogle-search/tree/heroku-app-beta)
|
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/benbusby/whoogle-search/tree/main)
|
||||||
|
|
||||||
*Note: Requires a (free) Heroku account*
|
|
||||||
|
|
||||||
Provides:
|
Provides:
|
||||||
- Free deployment of app
|
- Free deployment of app
|
||||||
- Free HTTPS url (https://\<your app name\>.herokuapp.com)
|
- Free HTTPS url (https://\<your app name\>.herokuapp.com)
|
||||||
- Downtime after periods of inactivity \([solution](https://github.com/benbusby/whoogle-search#prevent-downtime-heroku-only)\)
|
- Downtime after periods of inactivity \([solution](https://github.com/benbusby/whoogle-search#prevent-downtime-heroku-only)\)
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
- Requires a (free) Heroku account
|
||||||
|
- Sometimes has issues with auto-redirecting to `https`. Make sure to navigate to the `https` version of your app before adding as a default search engine.
|
||||||
|
|
||||||
### B) [Repl.it](https://repl.it)
|
### B) [Repl.it](https://repl.it)
|
||||||
[![Run on Repl.it](https://repl.it/badge/github/benbusby/whoogle-search)](https://repl.it/github/benbusby/whoogle-search)
|
[![Run on Repl.it](https://repl.it/badge/github/benbusby/whoogle-search)](https://repl.it/github/benbusby/whoogle-search)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue