Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 974 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 974 Bytes


Scrollbar.app
Scrollbar.app

Simple online tool for designing scrollbars.

Netlify status GitHub language GitHub package.json version GitHub

About

Scrollbar.app is a simple web app which helps developers to design and implement custom scrollbars.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build