diff --git a/README.md b/README.md index 1a9f9cd376f..9895a3253a9 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,12 @@ $ yarn start This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. +You can also use Docker to launch the website without needing to install and configure yarn: + +``` +docker run --rm -it -v $PWD:$PWD -w $PWD -p 3000:3000 node yarn start -h 0.0.0.0 +``` + ### Build ```