Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EricFrancis12 committed Jul 27, 2024
1 parent 59ee0f6 commit fba37ae
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,16 @@ EvoClick is a self-hosted click tracking software designed for media buyers and
The UI will now be running at http://localhost:3000 by default. Check the `.env` file for your Root Username and Root Password.


## Deployment

### Option A: Vercel
This application was designed for deployment on [Vercel](https://vercel.com). This is because Vercel offers a Postgres database and Redis instance on their free tier, which makes it extremely easy to get the application up and running using a single platform.

NOTE: When deploying to Vercel, the route handlers in `/api` are automatically ran as Serverless Functions. More information here: https://vercel.com/docs/functions/runtimes/go

### Option B: VPS
Instructions coming soon.


## Inspiration
Inspired by click trackers such as [Voluum](https://voluum.com), [Bemob](https://bemob.com), and [Binom](https://binom.org)

0 comments on commit fba37ae

Please sign in to comment.