Build Fotorama from source
masterTo build Fotorama from the source repository, you need Node.js, npm, and the Grunt CLI. Follow these steps:
- Ensure
grunt-cliis installed globally:npm install -g grunt-cli. - Fork and clone the repository.
- Install dependencies:
npm install. - 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.