mirror of
https://gitlab.com/wheres-the-tp/ui-mobile.git
synced 2026-01-25 09:54:55 -06:00
11 lines
213 B
Markdown
11 lines
213 B
Markdown
|
|
# Aretherecookies?
|
||
|
|
A mobile app to find a place that has some cookies!
|
||
|
|
|
||
|
|
## Getting Started
|
||
|
|
|
||
|
|
```sh
|
||
|
|
git clone git@gitlab.com:aretherecookies/ui-mobile.git
|
||
|
|
yarn install
|
||
|
|
react-native run-android
|
||
|
|
react-native start
|
||
|
|
```
|