First clone onto your machine and install packages w/ yarn
git clone https://github.com/ShenaniganDApp/shenanigan-monorepo.git && cd shenanigan-monorepo && yarn
-
Run a testnet
yarn chain -
Deploy contracts
yarn deploy
Make a new .env file in the root and copy env.sample
-
Build
yarn server:build -
Serve
yarn server:serve
-
Make sure you have setup a device to run React Native. For more information visit https://reactnative.dev/docs/0.59/running-on-device
-
Run react native metro bundler
yarn app:start -
Load the schema
yarn update-schema -
Start react native ios or android
iOS users run
yarn app:podsthen
yarn android||yarn ios