https://github.com/appsmithorg/dockyard
https://github.com/appsmithorg/dockyard
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/appsmithorg/dockyard
- Owner: appsmithorg
- Created: 2025-08-20T11:28:58.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-08-21T08:23:22.000Z (5 months ago)
- Last Synced: 2025-08-21T08:50:12.844Z (5 months ago)
- Language: TypeScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```