Skip to content

OS4CSAPI/ogc-csapi-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

134 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OGC API - Connected Systems Micro Website

This repository hosts the source code of the OGC API - Connected Systems Micro Website: https://csapi.developer.ogc.org

The site is built and deployed automatically by GitHub Actions on every push to master. Read this note for details.

This project was forked from opengeospatial/ogc-features-website and adapted for the OGC API – Connected Systems standards family (CSAPI Part 1: Feature Resources, Part 2: Dynamic Data, plus the SensorML and SWE Common encodings).

Quick Start 🚀

Clone this repository with:

git clone https://github.com/OS4CSAPI/ogc-csapi-website.git

Then enter the folder:

cd ogc-csapi-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.

Note about Publishing the Website

Commit all your changes to the master branch. The GitHub Actions workflow builds the static site from src/ into dist/, uploads it as a Pages artifact, and deploys it. You don't need to do anything to publish the website - the republish is 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)

About

OGC API – Connected Systems micro website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Pug 63.5%
  • SCSS 22.9%
  • JavaScript 13.6%