You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: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.