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
- Host: GitHub
- URL: https://github.com/jonasdoebertin/getkirby-plugins
- Owner: JonasDoebertin
- Created: 2014-12-12T13:45:46.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-18T08:44:05.000Z (over 10 years ago)
- Last Synced: 2025-01-31T01:57:35.509Z (11 months ago)
- Language: PHP
- Homepage: http://getkirby-plugins.com/
- Size: 6.98 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```