Files
cadhub/docs
2021-07-06 02:14:58 -04:00
..
2021-06-23 19:37:23 +10:00
2021-04-28 19:47:28 +10:00
2021-05-01 08:17:56 +10:00
2021-04-28 19:47:28 +10:00
2021-05-18 21:36:33 +10:00
2021-05-01 07:45:16 +10:00
2021-06-07 20:22:29 +10:00
2021-05-07 20:38:26 +10:00
2021-06-07 20:22:29 +10:00

CadHub Docs

Our docs are built using Docusaurus 2.

The docs also contains a blog, if you have a good idea for a blog post that's Code-CAD relate, please pitch it to us.

Installation

yarn install

Local Development

yarn 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. Note there is a bug in the ideal-image plugin that means images are blurry in dev with a huge margin below each one. annoyingly enough the Github issue has been label as a feature not a bug.

To see the images properly in dev run yarn build && yarn serve instead, you'll have to run this each change.

Build

yarn build

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