0.0.2 • Published 9 years ago
oran v0.0.2
Oran.js 
Why Oran.js?:
- We all :heart: pets
- We all :heart: orange
- Hence we all :heart: 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 startto run the app. - Run
npm buildto build a production ready version of the app. - Visit
http://localhost:8080in 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 buildto build the container. - Run
docker-compose upto run the container. - Do not let your pet's tummy growl!!