skipto-landmarks-headings / page-script-5

Dynamically determines the most important landmarks and headings on a web page and presents them to the user in a menu.
Other
8 stars 1 forks source link

SkipTo Page Script, Version 5.4

See the documentation for more information on SkipTo.

Building Code

The SkipTo.js code is open-source. You may feel slightly adventurous and decide to change some colors by creating a built-in color theme or even enhance the script with your changes. Once you do this, here is how you compile the skipTo script for production.

git clone https://github.com/skipto-landmarks-headings/page-script-5.git
cd page-script-5
sudo npm install grunt-cli -g
npm install
gulp

You should now have a directory called docs/dist with the necessary files in it.

See Using Skipto and the Configuration pages to get the SkipTo script running on your web site.

Version History

CHANGELOG.md

Copyright and license

Copyright 2022, 2023, 2024 Jon Gunderson under the BSD license.

Copyright 2021 University of Illinois and PayPal under the BSD license.