OSHistory / geostyler-beginner-workshop

Workshop on how to use GeoStyler from scratch

Home Page:https://geostyler.github.io/geostyler-beginner-workshop/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

geostyler-beginner-workshop

Workshop on how to use GeoStyler from scratch

The online workshop can be found on https://geostyler.github.io/geostyler-beginner-workshop/.

Local Build

The workshop requires you to have jekyll installed on your system. You can find detailed instructions on how to install it on https://jekyllrb.com/.

Navigate into the workshop/ directory and run

bundle exec jekyll build

to create a local build of the workshop, or

bundle exec jekyll serve

to also start a dev server that hosts the workshop on localhost:4000. Hot-reloading is activated by default.

Run workshop application

You can run the final application by navigating into the geostyler-app/ directory and running

npm i
npm start

The application is hosted on localhost:3000.

License

This workshop is released under the BSD 2-Clause license. Please see the file LICENSE in the root of this repository.

About

Workshop on how to use GeoStyler from scratch

https://geostyler.github.io/geostyler-beginner-workshop/

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 62.3%Language:HTML 21.2%Language:Ruby 9.0%Language:CSS 7.5%