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

https://github.com/runfunrun/exec-shell-server


https://github.com/runfunrun/exec-shell-server

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

To install dependencies:

```sh
bun install
```

To set environment variables:

```sh
echo "TOKEN=$(openssl rand -base64 32)" > .env
```

To run:

```sh
bun start
```

Hot reload:

```sh
bun run dev
```

open