diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-06-09 16:32:03 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-06-09 16:32:03 -0500 |
commit | fc3b2952bb59b80665ebb53ffb3377f647ccdbd3 (patch) | |
tree | 37477c0803459ff55f0e26ae27c8231305e6856a /README.md | |
parent | d6942bffab68ce80d5cb26b42710dd9276f62ded (diff) | |
download | voidsky-fc3b2952bb59b80665ebb53ffb3377f647ccdbd3.tar.zst |
Add routes and core views
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md index 81f530018..159d374ad 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,15 @@ Uses: - To run the Web app: `yarn web` - 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 + - 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). + +## TODOs + +- Navigation + - Auth / Unauthed +- Web + - Desktop vs mobile styling +- API + - Create mock api +- Tests + - Should just try to catch errors on basic load |