Skip to content

plahteenlahti/vercelly-app

Repository files navigation

Vercelly

React Native app for managing Vercel sites


Getting Started

You will need to register for a new Vercel OAuth2 integration (learn more here). After doing this, create a .env file in the root of the project with the following values:

redirect_url=https://url.to.something
client_secret=secret
client_id=id

Run the following commands to get the project running

yarn # install packages
npx pod-install # install pods for iOS
yarn rnuc .env # generates configuration file based on the .env files

yarn ios # or
yarn android # to run on emulator

Generating boot screen

yarn react-native generate-bootsplash src/assets/images/logo.png \
  --background-color=fff \
  --logo-width=100 \
  --assets-path=src/assets/images

About

React Native app for managing Vercel projects and deployments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published