Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.12 KB

README.md

File metadata and controls

31 lines (16 loc) · 1.12 KB

Geocortex Developer Center

CI/CD

This is the source for the Geocortex Developer Center website; feel free to suggest changes to our docs!

Contributing

This documentation is an open source project, and you are encouraged to submit issues or pull requests for improvements or bug fixes if you notice them.

You might want to make yourself familiar with Docusaurus v2 to make significant changes to the website. If you only want to make content changes you will find the page source within the docs folder.

Setup

Prerequisites

Install the latest LTS version of node and yarn.

Install dependencies

Run yarn in the root of this repository.

Start development server

Run yarn start in the root of this repository.

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Deploy

The website is automatically built and deployed on commit to master.