plahteenlahti / netli.fyi-app

Home of Netli.fyi react-native app for managing Netlify sites and deployments

Home Page:https://netli.fyi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netli.fyi

React Native app for managing Netlify sites



Getting Started

You will need to register for a new Netlify OAuth2 Application (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 ios # or
yarn android # to run on emulator

Generating boot screen

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

About

Home of Netli.fyi react-native app for managing Netlify sites and deployments

https://netli.fyi

License:MIT License


Languages

Language:TypeScript 82.9%Language:Ruby 6.0%Language:C++ 4.3%Language:JavaScript 1.7%Language:Kotlin 1.6%Language:Objective-C 1.4%Language:Makefile 0.9%Language:Objective-C++ 0.5%Language:Starlark 0.4%Language:Shell 0.1%Language:Swift 0.1%Language:C 0.1%Language:CSS 0.0%