You will need Docker installed on your machine.
docker run -d -p 3001:3001 shadowoff09/cinema-quotes:latest
Or
docker run -d \
-p 3001:3001 \
--name cinema-quotes \
--restart=always \
shadowoff09/cinema-quotes:latest
docker run -p 3001:3001 ghcr.io/shadowoff09/cinema-quotes:latest
Or
docker run -d \
-p 3001:3001 \
--name cinema-quotes \
--restart=always \
ghcr.io/shadowoff09/cinema-quotes:latest
You will need git, the latest or LTS version of Node.js installed on your system.
- Clone the Repo:
git clone https://github.com/shadowoff09/cinema-quotes.git
andcd cinema-quotes
- Install dependencies:
npm i
- Run:
npm run start