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 +```