https://github.com/long-woo/turbo_filter_demo
https://github.com/long-woo/turbo_filter_demo
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/long-woo/turbo_filter_demo
- Owner: long-woo
- Created: 2024-08-02T04:38:45.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T03:42:10.000Z (9 months ago)
- Last Synced: 2025-01-09T08:41:33.310Z (4 months ago)
- Language: Vue
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. clone
```sh
git clone https://github.com/long-woo/turbo_filter_demo.git
```2. Docker build
```sh
DOCKER_BUILDKIT=0 docker build -t turbo_filter_demo .
```