Skip to content

Commit

Permalink
Updated readme for vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
Yureien committed Sep 11, 2023
1 parent c408130 commit 39ca0f8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,19 @@ yarn dev

```bash
docker run --env-file .env -it -p 3000:3000 yureien/yabin:latest
# Or with Docker Compose
# Remember to change the DB password!
docker compose up
```

#### In a Serverless Environment (Cloudflare Workers, Netlify, Vercel, etc.)
_Fun fact: At a point of time, my instance used to be hosted in a Kubernetes cluster_

#### Other Serverless Environments (Cloudflare Workers, Netlify etc.)

I have not yet tested this, but this is made with SvelteKit. Please take a look at the [SvelteKit documentation](https://kit.svelte.dev/docs/adapters) for more information. If there are any issues, please open an issue, and I will put up a proper guide on how to deploy on such environmments.

My instance uses Vercel. Checkout the `vercel` branch for the Vercel configuration.

## Public Instances

If you host one and want to make it public, just open an issue and I will add it here!
Expand Down

0 comments on commit 39ca0f8

Please sign in to comment.