Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 956 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 956 Bytes

I Got An Idea

App for creating, storing and sharing IT related ideas with the community.

Installation

APK

You can download a binary for Android devices to test the app without cloning and spinning up your own dev server here.

Expo Dev Server

Open the console and navigate into the project directory.

Make sure to install Node.js and Expo before you start. After that, clone the repo and run:

npm install
expo install

Usage

After installing, use

npm start

to run a local expo dev environment and use the expo app to connect to it. You will need a Google account to login and use the app. The app won't run in the browser because it needs Google Play Services for authentication and therefore will only be testable on a real device. The App is untested on IOS devices.