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

https://github.com/qmk/qmk_compile_keymap

QMK Compile API Frontend
https://github.com/qmk/qmk_compile_keymap

Last synced: 12 months ago
JSON representation

QMK Compile API Frontend

Awesome Lists containing this project

README

          

# QMK Compile API Frontend

[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/qmk/qmk_compile_keymap/build.yml?logo=github&style=for-the-badge)](https://github.com/qmk/qmk_compile_keymap/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)

## Development

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

### Compiles and hot-reloads for development

```
yarn dev
```

### Build for production and serve files

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