Runs the GUI for Pet.tech!
npm run build
- Open the application with
./petronus/build/index.html
- Install
nodejs
andnpm
for 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-app
cd petronus
to navigate into the react app folder.npm install
to install the necessary node modules.npm start
to run the local version.