cloudflare / doca

A CLI tool that scaffolds API documentation based on JSON HyperSchemas.
BSD 3-Clause "New" or "Revised" License
228 stars 36 forks source link

Clarify that all build options need install first. #64

Closed handrews closed 7 years ago

handrews commented 7 years ago

This addresses issue #4, where just running the two commands shown for the static build fails without running npm install by making a clear distinction between the mandatory steps for all builds and the three ways of building and running the app.

Also made some minor formatting tweaks to make the link to the theme instructions jump out more, and to address a pet peeve about relative vs apparent-absolute path formatting.