# auto-scroller **Repository Path**: mirrors_mathisonian/auto-scroller ## Basic Information - **Project Name**: auto-scroller - **Description**: Idyll example of stepped scrolling component - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # auto-scroller Idyll Example of stepped scrolling component ## Running Locally Clone this repo and run ``` npm install ``` to install all of the dependencies. Then to start writing or developing, run ``` npm start ``` this will open the page in a browser window, and will automatically refresh as you make changes to the files. ## Deploying To deploy to github pages, run ``` npm run deploy ``` *Note - you'll probably want to fork this repo first, so that you have permissions to push to the repository.*