Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shunyooo/cloud-tqdm-app
Implementation of a cloud-tqdm front.
https://github.com/shunyooo/cloud-tqdm-app
Last synced: about 2 months ago
JSON representation
Implementation of a cloud-tqdm front.
- Host: GitHub
- URL: https://github.com/shunyooo/cloud-tqdm-app
- Owner: shunyooo
- Created: 2020-07-06T15:58:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:54:37.000Z (about 2 years ago)
- Last Synced: 2023-03-07T12:36:18.803Z (almost 2 years ago)
- Language: TypeScript
- Size: 1.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cloud-tqdm
view部分
## Quick Start
```bash
sh scripts/exec.sh npm install
``````bash
docker-compose up
```### Add package
```bash
sh scripts/exec.sh npm install --save [LibraryName]
```### Build
```bash
docker-compose run --rm app sh -c yarn run build
```### Deploy
```bash
firebase deploy
```