Git Product home page Git Product logo

workshop's Introduction

OpenLayers Workshop

This doc is for people developing the OpenLayers Workshop. Workshop participants work with archives downloaded from the release pages.

Building the workshop

Install Node 16+ and dependencies:

npm install

Start the development server:

npm start

The workshop content is divided into two directories. The doc directory contains the documentation sources. The src directory contains all of the sources that will be used by workshop participants (e.g. data, examples, etc.). The build process creates an archive with the build version of the docs together with the src files.

When adding new pages or restructuring things, update the doc/SUMMARY.md (this is used to generate the content tree in the navigation). Also update any of the nested README.md files (these provide the index page for each section).

Creating a new release

Create a new tag and update the version in package.json. This can be done together with the following:

npm version v6.8.1-en.3

Choose a major, minor, and patch version that matches the ol release version. Increment the prerelease identifier to be higher than whatever was published last. Then push the changes to package.json and the new tag:

git push --tags origin main

This will results in a new release job in GitLab CI. The workshop archive will be built and attached to the new release.

On every push to the main branch, the gh-pages branch is updated with a deploy job in GitLab CI.

Current Status

workshop's People

Contributors

tschaub avatar ahocevar avatar marcjansen avatar elemoine avatar dependabot[bot] avatar ranophoenix avatar fredj avatar jahow avatar thomasg77 avatar walkermatt avatar bartvde avatar mike-000 avatar mholthausen avatar chenxsan avatar thomascuerten avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.