Runs the GUI for Pet.tech!
npm run build- Open the application with
./petronus/build/index.html
- Install
nodejsandnpmfor your distribution- Check https://nodejs.org/en/download/package-manager/
curl https://www.npmjs.com/install.sh | sudo sh
sudo npm install -g create-react-appcd petronusto navigate into the react app folder.npm installto install the necessary node modules.npm startto run the local version.