Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.14 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.14 KB

Logo of the project

Kirby

Additional information or tag line

A brief description of your project, what it is used for.

Installing / Getting started

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

Developing

Built With

List main libraries, frameworks used including versions (React, Angular etc...)

Prerequisites

What is needed to set up the dev environment. For instance, global dependencies or any other tools. include download links.

Setting up Dev

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