Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 711 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 711 Bytes

geoview-ce-demo

This project is an example demo that shows how you can use Climate Engine in GeoView

Demo

The viewer is being loaded in public/index.html as a script tag

<script src="https://canadian-geospatial-platform.github.io/geoview/public/cgpv-main.js"></script>

Running the project

First clone this repo

$ git clone https://github.com/Canadian-Geospatial-Platform/geoview-ce-demo.git

Go to the directory of the cloned repo

cd GeoView-CE-Demo

Install dependencies

$ npm install

Run the project

$ npm run serve

Building the project

$ npm run build