Skip to content

The developer.rhino3d.com website contents

Notifications You must be signed in to change notification settings

mcneel/developer.rhino3d.com

Repository files navigation

developer.rhino3d.com

This repo contains the contents of https://developer.rhino3d.com.

Pull requests are welcome! 🎉 Please read our guide on Contributing.

If you want to build the site yourself, to test your changes before opening a pull request, then please check out the Getting Started section below.

Getting Started

These instructions cover running this project locally on both Windows and macOS so that you can preview changes:

  1. Clone* this repository:

    git clone https://github.com/mcneel/developer.rhino3d.com.git
  2. Download, install, and launch Visual Studio Code and open the root folder of the repository.

  3. (macOS only) In Visual Studio Code, press Command+Shift+P, followed by enter to bring up the Command Palette, then type Tasks and select Tasks: Run Task, followed by hugo SetMaxFilesLimits (run once only) and press enter. Restart your computer. (This step only has to be run once if you have never used hugo before on this computer.)

  4. In Visual Studio Code's left-hand sidebar, navigate to the (file) Explorer section, open the content/en/guides/general/how-this-site-works/index.md file.

  5. In Visual Studio Code's left-hand sidebar, navigate to Run and Debug > Hugo: Serve ...

    VSCode hugo serve

Your web browser should open to the How This Site Works guide, ready for editing. Changes made to the index.md file in Visual Studio Code should appear in your browser immediately.

* If you are not comfortable using git on the command-line, then check out the git cheat sheet or try GitHub Desktop.

What next?

Once you have cloned or forked this repository and are able to build it locally, please check out the following guides: