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

https://github.com/jonasdoebertin/getkirby-plugins

This repository contains the source files for getkirby-plugins.com
https://github.com/jonasdoebertin/getkirby-plugins

Last synced: 10 months ago
JSON representation

This repository contains the source files for getkirby-plugins.com

Awesome Lists containing this project

README

          

Plugins & Extensions for Kirby 2
================================

This repository contains the source files for getkirby-plugins.com

Helpful Commands
----------------

### Installing Dependencies

Install Gulp, Gulp modules and all frontend dependencies

```bash
npm install && bower install
```

### Updating Kirby

Update the three Kirby specific submodules to the latest versions. Don't forget to commit the changes afterwards.

```bash
git submodule foreach --recursive git checkout master
git submodule foreach --recursive git pull
```