about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-06-07 17:50:05 -0500
committerPaul Frazee <pfrazee@gmail.com>2022-06-07 17:50:05 -0500
commit47250e7ed7d608e499ae8f3ec99494269db30292 (patch)
treeaf6b1bacba4b8e56149505f49a4022a92e7025aa /README.md
downloadvoidsky-47250e7ed7d608e499ae8f3ec99494269db30292.tar.zst
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000..f2dd02343
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+# Social App
+
+In-progress social app.
+
+Uses:
+
+- [React Native](https://reactnative.dev)
+- (todo) [React Native for Web](https://necolas.github.io/react-native-web/)
+- (todo) [React Navigation](https://reactnative.dev/docs/navigation#react-navigation)
+- (todo) [MobX](https://mobx.js.org/README.html) and [MobX State Tree](https://mobx-state-tree.js.org/)
+- (todo) [Async Storage](https://github.com/react-native-async-storage/async-storage)
+
+## Build instructions
+
+- Setup your environment [using the react native instructions](https://reactnative.dev/docs/environment-setup).
+- To run the iOS simulator: `yarn ios`
+- To run the Android simulator: `yarn android`
+- Tips
+  - `npx react-native info` Checks what has been installed.
+  - Android instructions are a *little* inaccurate but not as much as you might think. I had to manually create a virtual device, then run `yarn android` twice (once to start the emulator and the second time to connect to it).
\ No newline at end of file