https://github.com/flow-launcher/flow.launcher.website.archive
Archived repo of the previous Flow Launcher website. https://flow-launcher.github.io/Flow.Launcher.Website.Archive
https://github.com/flow-launcher/flow.launcher.website.archive
Last synced: 5 months ago
JSON representation
Archived repo of the previous Flow Launcher website. https://flow-launcher.github.io/Flow.Launcher.Website.Archive
- Host: GitHub
- URL: https://github.com/flow-launcher/flow.launcher.website.archive
- Owner: Flow-Launcher
- License: mit
- Created: 2021-12-12T21:48:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-12T21:55:36.000Z (over 4 years ago)
- Last Synced: 2025-07-17T11:50:57.433Z (12 months ago)
- Language: Vue
- Homepage:
- Size: 2.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flow Launcher Website
Home of Flow Launcher!
The Flow Launcher website is written with the wonderfull quasar framework. (Based on `vue.js`)
## Setup Development Environment
### 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
```