zmk/docs
Pete Johanson 2f4bc94b7e Tweaks to sourcing the `zephyr-env.sh` script. 2020-06-10 10:31:21 -04:00
..
blog Nix Bluetooth in favor of BLE for now. 2020-06-09 15:50:46 -04:00
docs Tweaks to sourcing the `zephyr-env.sh` script. 2020-06-10 10:31:21 -04:00
src Some basic docs clean up. 2020-05-31 15:35:32 -04:00
static/img Updated favicon for the docs site. 2020-06-08 11:07:08 -04:00
.gitignore
README.md
docusaurus.config.js Properly reference MIT license consistently. 2020-06-09 09:52:26 -04:00
package-lock.json
package.json
sidebars.js Add docs about clean room design. 2020-05-31 10:54:14 -04:00

README.md

Website

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

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.