renovate-bot/samples-style-guide · 文件
文件最后提交记录最后更新时间
README.md
Samples Style Guide
This is the home of the Google Cloud Samples Style Guide.
You can read the guide and open issues for feedback.
Building the site
This project uses Hugo with the Docsy theme. Follow these steps to build the site.
-
Clone this repository.
-
Download and install Hugo (extended) to your path.
-
Install Docsy dependencies:
npm install -
Run the local development server with the hugo CLI from the repository's root directory:
hugo serve