Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 510 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 510 Bytes

beamylabs.github.io

Repo for the GitHub Pages site beamylabs.github.io built using Docsify (docsify.js.org)

Pushing the markdown to this repo automagically updates the GitHub Pages site

Quick start:

It is recommended to install docsify-cli globally, which helps initializing and previewing the website locally.

npm i docsify-cli -g

Preview your site Run the local server with docsify serve. You can preview your site in your browser on http://localhost:3000.

docsify serve docs