Awesome
</br>
<p align="center"> <a href="./LICENSE"> <img src="https://img.shields.io/badge/License-MIT-0aa8d2?logo=opensourceinitiative&logoColor=fff" alt="License MIT"> </a> <a href="https://hub.docker.com/r/shadowoff09/cinema-quotes"> <img src="https://img.shields.io/docker/pulls/shadowoff09/cinema-quotes?logo=docker&color=0aa8d2&logoColor=fff" alt="Docker Pulls"> </a> <a href="https://github.com/shadowoff09/cinema-quotes/actions/workflows/docker.yml"> <img src="https://github.com/shadowoff09/cinema-quotes/actions/workflows/docker.yml/badge.svg" alt="Github Actions"> </a> </p>Getting Started 🚀
Deploying from Docker Hub 🐳
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
Deploying from GitHub (GHCR) 🐙
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
Deploying from Source 🔨
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
<p align="center"> <br> <a href="https://vercel.com?utm_source=shadowoff09&utm_campaign=oss"> <img src="./powered-by-vercel.svg" /> </a> <br><br> <i>Made with ❤️ and Javascript</i> </p>