Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.08 KB

File metadata and controls

26 lines (18 loc) · 1.08 KB

Demo: @wsdot/arcgis-rest-lrs

Interactive map application that demonstrates abilities of the @wsdot/arcgis-rest-lrs library.

The application is hosted at https://wsdot-gis.github.io/arcgis-rest-lrs/.

Build instructions

  1. Clone this repository to your computer
  2. Open the cloned repository folder in your computer's shell / console.
  3. Type npm install. This will install all dependencies and then build the application. For subsequent builds, you can use npm run prepare, which will just perform the build without checking the dependencies.
  4. Run a web server to serve the directory as a website. You can use the IIS Express executer extension in Visual Studio Code to accomplish this.

Publish to GitHub Pages

The following command will update the site at https://wsdot-gis.github.io/arcgis-rest-lrs/.

npm run publish