Welcome to the official CodeGlass documentation repository. This repository contains the source for the current version of our website.
The public releases of CodeGlass can be found in the CodeGlass repository. If you want to report an issue with the CodeGlass application, feel free to open a new issue in that repository.
If you would like to suggest any changes to our documentation, please let us know by submitting an issue or creating a pull request.
npm iYou can start the development server either by running the command below, or pressing the 'Run Docs' button in the bottom toolbar of VSCode.
npm run docusaurus startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
npm run buildThis command generates static content into the build directory and can be served using any static contents hosting service.