This repository hosts the source of the OGC Developer Website https://developer.ogc.org
Currently, the website is served from the gh-pages branch. Read this note, to understand how the website is generated.
Clone this repository with:
git clone https://github.com/opengeospatial/developer-website.git
Then enter the folder:
cd developer-website
Install dependencies:
npm install
Start development server:
npm start
Once you start the development server, the site will be available at:
http://localhost:3000
The hot reload will ensure that the changes you do on the code will be reflected on the browser.
Commit all your changes to the master
branch. The gh-pages
branch will be wiped each time, and generated dynamically from GitHub actions. Apart from copying the static build, the action will copy the api
folder and pull remote repos that live under developer.ogc.org
. If you need to add anything else, just edit the workflow file directly.
This website is a live project and we welcome contributions from the community! If you have suggestions for improvements, found a bug, or want to add new features, feel free to:
- Open an issue to start a discussion
- Submit a pull request with your proposed changes
We appreciate your support in making this website better!
The content of this repository is copyrighted by the Open Geospatial Consortium (OGC) and may be licensed for designated purposes.
Attention is drawn to the possibility that some of the elements of this document may be the subject of patent rights. The Open Geospatial Consortium shall not be held responsible for identifying any or all such patent rights.
Recipients of this document are requested to submit, with their comments, notification of any relevant patent claims or other intellectual property rights of which they may be aware that might be infringed by any implementation of the standard set forth in this document, and to provide supporting documentation.