Update README.md

This commit is contained in:
wazolab
2020-10-05 00:18:15 +02:00
committed by GitHub
parent 713be85186
commit 7215907e39

View File

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