An open API service indexing awesome lists of open source software.

https://github.com/gregonnet/scrolltopia

A web application providing demos to evaluate scrolling frameworks
https://github.com/gregonnet/scrolltopia

Last synced: about 1 year ago
JSON representation

A web application providing demos to evaluate scrolling frameworks

Awesome Lists containing this project

README

          

# scrolltopia
A web application providing demos to evaluate scrolling frameworks

# Install dependencies

Run the following commands in your console

```shell
# If you have no paket.exe run paket.bootstrapper.exe first.
$ .paket/paket.bootstrapper.exe
$ .paket/paket.exe install
$ bower install

# copy 3rd party libraries not hosted as package but managed by paket
$ cp -r paket-files/ Scrolltopia.Web/
```