chore: format the README

This commit is contained in:
James Murdza 2024-11-17 19:49:56 -05:00
parent f93af371dc
commit 5d4a34e7ad

View File

@ -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/)
@ -261,7 +263,7 @@ backend/
``` ```
| 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). |