Clone the repository, then install dependencies.
git clone https://github.com/rokka-io/rokka-gallery.git
cd rokka-gallery
git submodule update --init
npm install
cp config.js.dist config.js
npm run start
npm run build
npm run lint
npm run build
npm run deploy