zmk_mf68/docs
Pete Johanson a709e95680 Fill out dev setup even more. 2020-06-09 23:15:02 -04:00
..
blog Nix Bluetooth in favor of BLE for now. 2020-06-09 15:50:46 -04:00
docs Fill out dev setup even more. 2020-06-09 23:15:02 -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 Initial work on basic documentation. 2020-05-25 21:33:21 -04:00
README.md Initial work on basic documentation. 2020-05-25 21:33:21 -04:00
docusaurus.config.js Properly reference MIT license consistently. 2020-06-09 09:52:26 -04:00
package-lock.json Initial work on basic documentation. 2020-05-25 21:33:21 -04:00
package.json Initial work on basic documentation. 2020-05-25 21:33:21 -04:00
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.