chore: format the README
This commit is contained in:
parent
f93af371dc
commit
5d4a34e7ad
14
README.md
14
README.md
@ -199,6 +199,7 @@ DOKKU_KEY=
|
|||||||
Anyone can contribute a custom template for integration in Sandbox. Since Sandbox is built on E2B, there is no limitation to what langauge or runtime a Sandbox can use.
|
Anyone can contribute a custom template for integration in Sandbox. Since Sandbox is built on E2B, there is no limitation to what langauge or runtime a Sandbox can use.
|
||||||
|
|
||||||
Currently there are four templates:
|
Currently there are four templates:
|
||||||
|
|
||||||
- [jamesmurdza/dokku-reactjs-template](https://github.com/jamesmurdza/dokku-reactjs-template)
|
- [jamesmurdza/dokku-reactjs-template](https://github.com/jamesmurdza/dokku-reactjs-template)
|
||||||
- [jamesmurdza/dokku-vanillajs-template](https://github.com/jamesmurdza/dokku-vanillajs-template)
|
- [jamesmurdza/dokku-vanillajs-template](https://github.com/jamesmurdza/dokku-vanillajs-template)
|
||||||
- [jamesmurdza/dokku-nextjs-template](https://github.com/jamesmurdza/dokku-nextjs-template)
|
- [jamesmurdza/dokku-nextjs-template](https://github.com/jamesmurdza/dokku-nextjs-template)
|
||||||
@ -236,6 +237,7 @@ If you've done this and it works, let us know and we'll add your template to San
|
|||||||
Note: In the future, we will add a way to specify the command triggered by the "Run" button (e.g. "npm run dev").
|
Note: In the future, we will add a way to specify the command triggered by the "Run" button (e.g. "npm run dev").
|
||||||
|
|
||||||
For more information, see:
|
For more information, see:
|
||||||
|
|
||||||
- [Custom E2B Sandboxes](https://e2b.dev/docs/sandbox-template)
|
- [Custom E2B Sandboxes](https://e2b.dev/docs/sandbox-template)
|
||||||
- [Dokku Builders](https://dokku.com/docs/deployment/builders/builder-management/)
|
- [Dokku Builders](https://dokku.com/docs/deployment/builders/builder-management/)
|
||||||
|
|
||||||
@ -260,13 +262,13 @@ backend/
|
|||||||
└── ai
|
└── ai
|
||||||
```
|
```
|
||||||
|
|
||||||
| Path | Description |
|
| Path | Description |
|
||||||
| ------------------ | ------------------------------------------------------------ |
|
| ------------------ | -------------------------------------------------------------------------- |
|
||||||
| `frontend` | The Next.js application for the frontend. |
|
| `frontend` | The Next.js application for the frontend. |
|
||||||
| `backend/server` | The Express websocket server. |
|
| `backend/server` | The Express websocket server. |
|
||||||
| `backend/database` | API for interfacing with the D1 database (SQLite). |
|
| `backend/database` | API for interfacing with the D1 database (SQLite). |
|
||||||
| `backend/storage` | API for interfacing with R2 storage. Service-bound to `/backend/database`. |
|
| `backend/storage` | API for interfacing with R2 storage. Service-bound to `/backend/database`. |
|
||||||
| `backend/ai` | API for making requests to Workers AI . |
|
| `backend/ai` | API for making requests to Workers AI . |
|
||||||
|
|
||||||
### Development
|
### Development
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user