The quick and easy way to share your contact information and social media accounts with anyone. Whether you're in class, at a party, out on the town, or on the golf course - just tap in!
If you'd just like to try out the app on your Android device, you can use the APK in the root directory of this repository. If you'd like to build from source, keep reading!
To install and build the backend from source, simply run:
npm install
npm build-and-start
in the "backend" directory. This should install the necessary dependencies, transpile the typescript to javascript, and start the node server. This is the backend API that the frontend will connect to.
You can use npm install and npm start for the frontend, but depending on your configuration, you may need to set up an android or iOS virtual device, or connect a physical device to see the app running.