From 7215907e39c969df2cce38a3585b514cb97ef6dc Mon Sep 17 00:00:00 2001 From: wazolab <38253764+wazolab@users.noreply.github.com> Date: Mon, 5 Oct 2020 00:18:15 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f9d092..3f9cc59 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ # movie-finder -## Build Image and Run it +## Build Docker Image and Run it (with Docker Compose) ```bash -# install dependencies $ docker-compose up --build ``` +## Run on Node.js engine on your local machine + +```bash +$ cd nuxt/ +$ npm i && npm run dev +```