Skip to content

Commit a33384b

Browse files
committed
readme
1 parent b7ea22e commit a33384b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Elysia with Bun runtime
1+
# DisGen
22

3-
## Getting Started
4-
To get started with this template, simply paste this command into your terminal:
5-
```bash
6-
bun create elysia ./elysia-example
7-
```
3+
A simple API for generating images for use with your Discord bot.
84

9-
## Development
10-
To start the development server run:
11-
```bash
12-
bun run dev
13-
```
5+
## Documantation
6+
Read [here](https://docs.mikn.dev/solutions/disgen) to learn more about how to use the API.
147

15-
Open http://localhost:3000/ with your browser to see the result.
8+
## Selfhosting
9+
- This app requires Bun to run. You could manually run the app, or build an image with the provided Dockerfile.
10+
11+
## Hosted version
12+
- A CDN accelerated, free to use publicly hosted version of the api is available on:<br>
13+
```https://disgen.mikandev.tech/```
14+
15+
Images are cached and delivered through BunnyCDN, and the origin server is powered by autoscaling infrastructure from Fly.io

0 commit comments

Comments
 (0)