keyboard/zmk/docs
kemonine dec50b3d3f update zmk sources 2020-11-21 19:34:43 -05:00
..
blog update zmk sources 2020-11-21 19:34:43 -05:00
docs update zmk sources 2020-11-21 19:34:43 -05:00
src update zmk sources 2020-11-21 19:34:43 -05:00
static update zmk sources 2020-11-21 19:34:43 -05:00
.eslintignore Import zmk sources for future tidbit work 2020-11-12 14:03:35 -05:00
.eslintrc.js Import zmk sources for future tidbit work 2020-11-12 14:03:35 -05:00
.gitignore Import zmk sources for future tidbit work 2020-11-12 14:03:35 -05:00
.nvmrc Import zmk sources for future tidbit work 2020-11-12 14:03:35 -05:00
.prettierignore Import zmk sources for future tidbit work 2020-11-12 14:03:35 -05:00
.prettierrc.js Import zmk sources for future tidbit work 2020-11-12 14:03:35 -05:00
README.md Import zmk sources for future tidbit work 2020-11-12 14:03:35 -05:00
docusaurus.config.js update zmk sources 2020-11-21 19:34:43 -05:00
netlify.toml Import zmk sources for future tidbit work 2020-11-12 14:03:35 -05:00
package-lock.json Import zmk sources for future tidbit work 2020-11-12 14:03:35 -05:00
package.json Import zmk sources for future tidbit work 2020-11-12 14:03:35 -05:00
sidebars.js update zmk sources 2020-11-21 19:34:43 -05:00

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.