So, you want to use your 6th sense to make some cash real fast? Great! You are in the right place. Just follow these steps and you'll be all set!
You can Check the landing page here
- Clone the git repository using the below code snippet:
git clone https://github.com/Polyevents/App
- Change your current working directory to the project folder:
cd App
- In the root of the project, make a new file .env to store the environment variables:
touch .env
vi .env
IOS_AUTH_CLIENT_ID:enter-something-here
ANDROID_AUTH_CLIENT_ID:enter-something-here
// Refer to https://www.youtube.com/watch?v=FSMrzYpBeDM&ab_channel=ToThePointCodeToThePointCode for CLIENT IDS
- Install the required dependencies and start the server in dev mode:
npm i && npm start
- In order to use the app properly, you need to setup the server environment as well:
// Go to https://github.com/Polyevents/server and follow the steps to setup the local server
Note: You must have NodeJs, npm, react-native installed in your system in order to run the project properly