https://github.com/shz-code/tokenflow_client
https://github.com/shz-code/tokenflow_client
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/shz-code/tokenflow_client
- Owner: shz-code
- Created: 2023-05-05T17:59:01.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T17:59:12.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T07:07:40.639Z (over 1 year ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TokenFlow (tokenflow)
Streamline The Token Distribution
## Install the dependencies
```bash
yarn
# or
npm install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### Lint the files
```bash
yarn lint
# or
npm run lint
```
### Format the files
```bash
yarn format
# or
npm run format
```
### Build the app for production
```bash
quasar build
```
### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).