Skip to content

opengeospatial/dev-ogc-org-sprint-landing-26

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This repository hosts the source code of the Code Sprint #26 Website: https://developer.ogc.org/sprints/26

The website is served from the gh-pages branch. Read this note, to understand how the website is generated.

Quick Start 🚀

Clone this repository with:

git clone https://github.com/opengeospatial/dev-ogc-org-sprint-landing-26.git

Then enter the folder:

cd dev-ogc-org-sprint-landing-26

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.

Note about Publishing the Website

Commit all your changes to the master branch. The gh-pages branch will be wiped each time, and generated dynamically from these GitHub actions, which create a static build. In a nutshell, you don't need to do anything to publish the website - the republish will be triggered automatically with each push to master.

Contributing 🤝

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!

License

This project is released under an MIT License

License: MIT (dev-exercise-template)

Releases

No releases published

Packages

No packages published