-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Setup the frontend for PiMetaConnect:\n- Navigate to /client\n- Run yarn install v1.22.22
info No lockfile found.
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
Done in 0.06s.\n- Test with yarn run v1.22.22
$ bash setup_replit_pimeta.sh
Starting setup for PiMetaConnect on Replit...
Node.js is installed.
Cloning the repository...
Warning: client directory not found!
Installing backend dependencies...
up to date, audited 1 package in 553ms
found 0 vulnerabilities
Warning: blockchain directory not found!
Setup completed! Use these commands in separate shells:
Frontend: cd PiMetaConnect/client && npm start
Backend: cd PiMetaConnect/server && npm start
Blockchain: cd PiMetaConnect/blockchain && npx hardhat node
Done in 0.81s.