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

https://github.com/qmk/qmk_browser

Browse information on supported QMK keyboards
https://github.com/qmk/qmk_browser

qmk qmk-firmware

Last synced: 9 months ago
JSON representation

Browse information on supported QMK keyboards

Awesome Lists containing this project

README

          

# QMK Keyboard Browser

> Browse information on supported QMK keyboards

[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/qmk/qmk_browser/build.yml?logo=github&style=for-the-badge)](https://github.com/qmk/qmk_browser/actions/workflows/build.yml?query=branch%3Amain)
[![Discord](https://img.shields.io/discord/440868230475677696.svg?logo=discord&logoColor=white&color=7289DA&style=for-the-badge)](https://discord.gg/qmk)

Pages are automatically generated from keyboards currently in QMK. Default firmware files are up-to-date with the latest version of QMK.

## Development

### Project setup
```
yarn install
```

### Compiles and hot-reloads for development

```
yarn dev
```

### Build for production and serve files

```
yarn build && npx serve dist
```