If you have Composer installed on your computer, you can easily get PageCarton up by running the following commands on your command line.
# 1. Download PageCarton via composer
composer create-project pagecarton/pagecarton --prefer-dist -s dev
# 2. Go into the project
cd pagecarton
# 3. Start PageCarton Dev Server
php page serve
With this, you do not need to install any other server. Easy, right? We think so too.
Now you can open PageCarton on your browser by going to http://localhost:8001
Or the Admin Panel on http://localhost:8001/pc-admin