Fotorama Documentation

repository·master·Indexed 23 days ago

https://github.com/artpolikarpov/fotorama

A JavaScript-based image gallery plugin. This documentation covers building Fotorama version 4.6.4 from source using Node.js, npm, and Grunt CLI, as well as guidance for using the ready-to-use version.

Tokens
173
Snippets
0
Records
2
Agent score
32%

What's inside Fotorama

  1. Build Fotorama from source

    master

    To build Fotorama from the source repository, you need Node.js, npm, and the Grunt CLI. Follow these steps:

    1. Ensure grunt-cli is installed globally: npm install -g grunt-cli.
    2. Fork and clone the repository.
    3. Install dependencies: npm install.
    4. Build the project: grunt.

    The built version of Fotorama will be located in the out/ directory.

    For active development, run grunt watch to automatically re-build when you edit files in the src/ subdirectory.