# Docker / host

Install and start Docker. The Docker Deamon must be running. After that, run from the root of the project:

docker-compose up

TIP

Make sure that your-project-folder-name.host points to 127.0.0.1 in your hosts file.

This will install the server dependencies (this may take a while) and fire up the server. You can then access the prototype via your-project-folder-name.host/proto.php.

# Legacy

Our legacy prototypes require NPM and a local server, like Mamp, Uwamp or any other server app to list the .html files in _proto folder : your-folder-name.proto. Make sure this host exists when building.