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

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

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