This is the source for the Geocortex Developer Center website; feel free to suggest changes to our docs!
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.
Install the latest LTS version of node and yarn.
Run yarn
in the root of this repository.
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.
The website is automatically built and deployed on commit to master.