File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
- # Elysia with Bun runtime
1
+ # DisGen
2
2
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.
8
4
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.
14
7
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
You can’t perform that action at this time.
0 commit comments