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

https://github.com/appsmithorg/dockyard


https://github.com/appsmithorg/dockyard

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Dockyard

`Dockyard` will deploy your services to local.

## 🚀 Usage

Add this function to your `~/.bashrc` or `~/.zshrc`:

```sh
alias sandbox='curl -fsSL https://raw.githubusercontent.com/appsmithorg/dockyard/refs/heads/main/script.sh | source /dev/stdin; dockyard'
```

Then run:

```bash
sandbox
```