https://github.com/explooosion/dailydrinks
Pre-test invitation from M17.
https://github.com/explooosion/dailydrinks
Last synced: about 2 months ago
JSON representation
Pre-test invitation from M17.
- Host: GitHub
- URL: https://github.com/explooosion/dailydrinks
- Owner: explooosion
- Created: 2020-08-20T04:21:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T06:49:57.000Z (almost 6 years ago)
- Last Synced: 2025-03-18T19:31:28.255Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://robby570.tw/dailydrinks/
- Size: 335 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dailydrinks
Pre-test invitation from M17.
## Installation
```sh
yarn # or npm install
```
## Run
```sh
yarn start # or npm start
```
## Build
```sh
yarn build # or npm run build
```
## Lint style
```sh
yarn lint # or npm run lint
```