An open API service indexing awesome lists of open source software.

https://github.com/e2b-dev/docs

E2B Documentation
https://github.com/e2b-dev/docs

Last synced: 18 days ago
JSON representation

E2B Documentation

Awesome Lists containing this project

README

          

# E2B Docs

This is an official E2B documentation deployed at [e2b.dev/docs](https://e2b.dev/docs).

### Development

Install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally. To install, use the following command

```
npm i -g mintlify
```

Run the following command at the root of your documentation (where mint.json is)

```
mintlify dev
```