If you have Composer installed on your computer, you can easily get PageCarton up by running the following commands on your command line.
# download PageCarton via composer
composer create-project pagecarton/pagecarton --prefer-dist -s dev
# go into the project
cd pagecarton
# set up your web root
cp -r pagecarton/core/local_html/* html
# start your development server
cd html && php -S localhost:8001
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