diff --git a/generators/root/templates/base/README.md b/generators/root/templates/base/README.md new file mode 100644 index 000000000..0a639c98b --- /dev/null +++ b/generators/root/templates/base/README.md @@ -0,0 +1,24 @@ +# README + +## Prerequisites + +Docker and docker-compose must be installed and running. + +## Install + +Simply run the following script to install dependencies + +``` +./script/bootstrap +``` + +## Run + +Launch your containers by using : + +``` +./script/server +``` + +The project is available on localhost:80 +