Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```