Kivapi is CMS (Content Management System) disigned to be better than Wordpress
Login/email: demo@demo
Password: demo
Kivapi was designed, that programmers, who makes websites in plain HTML can put it into Kivapi to allow editing certain elements by user from admin panel.
In case you dont want to write your HTML, you can make website without it only by installing packages.
Pages are made from multiple components, than can be reuse and mxied together
Firstly, install kivapi-cli uning Composer
composer global require kivapi/kivapi-cli
Next, you need to have installed Php, Yarn, Git and Node.js. To check it run
kivapi status
Next, prepare empty MySQL database.
Then you can create new project
kivapi create
Move to newly created folder
cd NameOfProject
Install dependencies
composer install
Create MySQL tables
kivapi db upgrade
Create admin user account
kivapi user add
Build
kivapi build
and then on other console run devserver
kivapi devServer