Get the ips and mac addresses of all devices that running on your local network, the app can't deploy to any server on the internet.
- After you make a clone of the repo, create a
.env
file inside your root directory. - Add
BASE_URL="http://localhost:4000"
inside the.env
file that you have created.
- Run
yarn install
ornpm install
. - Run
yarn start
ornpm start
.