Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 684 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 684 Bytes

YScope Docs

This repo contains the source for YScope's docs hub at docs.yscope.com.

Development

Follow the steps below to build and view the site locally.

Requirements

Building

  • Build the site incrementally:

    task
    • The output of the build will be in build/html.
  • Clean-up the build:

    task clean

Viewing the output

Run task serve to view the output:

task serve