Additional information or tag line
A brief description of your project, what it is used for.
Install NPM-Modules via
$ npm install
# OR
$ yarn
This install the required node_modules. Then run
# Development initialization
$ npm run init
# Develop-Mode with file-watch
$ npm run dev
# Copy HTML-Assets and Images
$ npm run uiimages && npm run htmlassets
# Build for production
$ npm run build
List main libraries, frameworks used including versions (React, Angular etc...)
What is needed to set up the dev environment. For instance, global dependencies or any other tools. include download links.
Here's a brief intro about what a developer must do in order to start developing the project further:
git clone https://github.com/nielsnuebel/kirby.git
cd kirby/
mkdir dist && cd dist && git clone --recursive https://github.com/getkirby/starterkit.git .
rm -rf .git && cd .. && rm -rf .git
git init && git remote add origin REPLACE_ME
npm install
npm init
npm dev