https://github.com/steffan153/trello-clone
Daily planner for the Weekly Project
https://github.com/steffan153/trello-clone
Last synced: about 1 month ago
JSON representation
Daily planner for the Weekly Project
- Host: GitHub
- URL: https://github.com/steffan153/trello-clone
- Owner: Steffan153
- Created: 2020-06-20T14:35:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T09:17:47.000Z (over 2 years ago)
- Last Synced: 2023-03-02T04:02:34.064Z (about 2 years ago)
- Language: JavaScript
- Size: 1.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quasar App (trello-clone)
A Quasar Framework app
## Install the dependencies
```bash
yarn
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```### Lint the files
```bash
yarn run lint
```### Build the app for production
```bash
quasar build
```### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).