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
- Host: GitHub
- URL: https://github.com/qmk/qmk_compile_keymap
- Owner: qmk
- License: mit
- Created: 2024-09-22T16:47:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-26T16:38:03.000Z (about 1 year ago)
- Last Synced: 2025-05-31T18:45:11.697Z (about 1 year ago)
- Language: Vue
- Homepage: https://compile.qmk.fm/
- Size: 2.43 MB
- Stars: 3
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QMK Compile API Frontend
[](https://github.com/qmk/qmk_compile_keymap/actions/workflows/build.yml?query=branch%3Amain)
[](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
```