zmk/docs
Cem Aksoylar 2a9ab828b5
fix: Add semicolons for tidbit and eek in setup script
2021-09-03 23:11:05 -04:00
..
blog feat(docs): Add Zephyr 2.5 blog post. 2021-07-17 17:04:25 -04:00
docs fix typo 2021-08-12 19:14:44 -05:00
src fix(docs): Appease Prettier 2021-08-08 13:17:27 -05:00
static fix: Add semicolons for tidbit and eek in setup script 2021-09-03 23:11:05 -04:00
.eslintignore
.eslintrc.js
.gitignore
.nvmrc
.prettierignore
.prettierrc.js
README.md
docusaurus.config.js
netlify.toml
package-lock.json chore(deps-dev): bump eslint from 7.29.0 to 7.32.0 in /docs 2021-08-02 19:09:47 -04:00
package.json chore(deps-dev): bump eslint from 7.29.0 to 7.32.0 in /docs 2021-08-02 19:09:47 -04:00
sidebars.js

README.md

Website

This website is built using Docusaurus 2, a modern static website generator.

License

The ZMK Documentation is licensed CC-BY-NC-SA.

Installation

$ npm ci

Local Development

$ npm start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build

$ npm build

This command generates static content into the build directory and can be served using any static contents hosting service.