Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artpolikarpov/fotorama
A simple, stunning, powerful jQuery gallery.
https://github.com/artpolikarpov/fotorama
fotorama gallery javascript jquery jquery-plugin
Last synced: about 2 months ago
JSON representation
A simple, stunning, powerful jQuery gallery.
- Host: GitHub
- URL: https://github.com/artpolikarpov/fotorama
- Owner: artpolikarpov
- License: other
- Created: 2013-04-29T21:22:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-07-27T08:06:07.000Z (over 3 years ago)
- Last Synced: 2024-05-23T04:48:08.874Z (7 months ago)
- Topics: fotorama, gallery, javascript, jquery, jquery-plugin
- Language: HTML
- Homepage: http://fotorama.io
- Size: 69.7 MB
- Stars: 1,581
- Watchers: 63
- Forks: 381
- Open Issues: 58
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Fotorama source
There is nothing for non-coders. Take the latest and ready-to-use Fotorama on its website:
> **http://fotorama.io/set-up**## How to build
First, ensure that you have the latest [Node.js](http://nodejs.org/) and [npm](http://npmjs.org/) installed.Test that Grunt’s CLI is installed by running `grunt --version`. If the command isn’t found, run `npm install -g grunt-cli`. For more information about installing Grunt, see the [getting started guide](http://gruntjs.com/getting-started).
1. Fork and clone the repo.
2. Run `npm install` to install all dependencies (including Grunt).
3. Run `grunt` to grunt this project.Hack on by running `grunt watch` and editing files in the `src/` subdirectory.
The built version of Fotorama will be put in the `out/`.
## Submitting pull requests
1. Create a new branch, please don’t work in your `master` branch directly.
2. Add stuff.
3. Push to your fork and submit a pull request to Fotorama’s `develop` branch.Regarding code style like indentation and whitespace, follow the conventions you see used in the source already.