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

https://github.com/qmk/qmk_error_page

Surfacing Errors in QMK Keyboards
https://github.com/qmk/qmk_error_page

Last synced: about 1 year ago
JSON representation

Surfacing Errors in QMK Keyboards

Awesome Lists containing this project

README

          

# qmk_error_page

This template should help get you started developing with Vue 3 in Vite.

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).

## Project Setup

```sh
yarn install
```

### Compile and Hot-Reload for Development

```sh
yarn run dev
```

Pass `--mode=webstack` if you want to use your [local API instance](https://github.com/qmk/qmk_web_stack) on port 5001.

### Compile and Minify for Production

```sh
yarn run build
```

### Lint with [ESLint](https://eslint.org/)

```sh
yarn run lint
```