This is the Github repository for the mobile app created for Write Girl by LA Blueprint.
Run the following commands in terminal in the directory you wish to clone this repository:
git clone https://github.com/lablueprint/write-girl
cd mobile && npm i && cd ../server && npm i && cd ..
In the mobile directory, you can run:
npx expo start
In the server directory, you can run:
npm start