Skip to content

admbtlr/reams

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Reams logo

Reams

This is the monorepo for Reams. It contains the app (React Native, currently iOS only) and the server (a bunch of Vercel functions).

To run the app:

cd app
yarn install
cd ios; pod install; cd ..
yarn start

Then in another console:

npx react-native run-ios

Reams is available on the app store.