Oran.js
Why Oran.js?:
- We all ❤️ pets
- We all ❤️ orange
- Hence we all ❤️ Orange Pets
Running Locally
- Clone the git repository
- Make sure you have node installed on your system, by running
node -v
, which should log the current version of node installed. - Run
npm i
. - Run
npm start
to run the app. - Run
npm build
to build a production ready version of the app. - Visit
http://localhost:8080
in a browser to see the web application. - Be punctual on when to feed your pet!!
Deploying via Docker:
- Clone the git repository
- Make sure you have docker.io installed on your system by running
docker -v
, which should log the current version of docker installed. - Make sure you have docker-compose installed on your system by running
docker-compose -v
, which should log the current version of docker-compose installed. - Run
docker-compose build
to build the container. - Run
docker-compose up
to run the container. - Do not let your pet's tummy growl!!