0.0.0-alpha1 • Published 5 years ago

docz-theme-solar v0.0.0-alpha1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

docz-theme-solar

Making documentation simpler, cheaper, pinker ✨.

-- Bulb

development

documentation

The documentation lives under the docs folder.

To run a dev server which with live updates, run the following command.

yarn dev

theme

The theme lives under the theme-src folder.

Running the following will start typescript in watch mode, and allow you to use the yarn dev command to view the changes.

yarn theme:dev

building

To create production versions of thee theme and documentation, run the following command.

yarn build

You can the use a tool like serve to run a local version of the production build.

yarn serve -l 3001 -s build