# seleniumhq.github.io **Repository Path**: web3d/seleniumhq.github.io ## Basic Information - **Project Name**: seleniumhq.github.io - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Travis Status](https://travis-ci.com/SeleniumHQ/seleniumhq.github.io.svg?branch=master)](//travis-ci.com/SeleniumHQ/seleniumhq.github.io/builds) Selenium # Selenium Site and Documentation This is the repository used to build and publish the official Selenium [website](https://selenium.dev). ## Quick start We use [Hugo](https://gohugo.io/) to build and render the site and docs, which are two separate Hugo projects. After cloning the repository, if you want to make changes to the site, work on the `site_source_files` directory. To make changes to the docs, switch to the `docs_source_files` directory. To see a live preview of your changes, run `hugo server` on each directory. ```shell % cd site_source_files/docs_source_files % hugo server ``` A full contribution guideline can be seen at [contributing](https://selenium.dev/documentation/en/contributing/) ## How to get involved? Please check all the information available at https://selenium.dev/getinvolved/