This was for Kirby 2.
Scaffolding for web development with Kirby CMS. Uses Docker for a webserver, builds with Gulp and refreshes with BrowserSync.
Install npm packages:
$ npm install
Download Kirby:
$ cd project-dir
$ git clone https://github.com/getkirby/plainkit.git public
To run gulp without global install, use npx: $ npx gulp