All Projects β†’ plahteenlahti β†’ netli.fyi-app

plahteenlahti / netli.fyi-app

Licence: MIT License
Home of Netli.fyi react-native app for managing Netlify sites and deployments

Programming Languages

typescript
32286 projects
java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language
javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language
Starlark
911 projects

Projects that are alternatives of or similar to netli.fyi-app

UmaSupporter.WebClient
πŸƒπŸ½β€β™€οΈ μš°λ§ˆλ¬΄μŠ€λ©” μœ‘μ„± λ„μš°λ―Έ 'μš°λ§ˆμ„œν¬ν„°'의 ν”„λ‘ νŠΈμ—”λ“œ μ• ν”Œλ¦¬μΌ€μ΄μ…˜μž…λ‹ˆλ‹€.
Stars: ✭ 14 (-51.72%)
Mutual labels:  netlify
Discord Fork
An open source Discord Bot List made with GatsbyJS
Stars: ✭ 60 (+106.9%)
Mutual labels:  netlify
opPortfolio
A clean portfolio template made with ReactJS.
Stars: ✭ 29 (+0%)
Mutual labels:  netlify
kanban-project-management
Web Application to manage software development projects.
Stars: ✭ 39 (+34.48%)
Mutual labels:  netlify
hypermodul.es
🌎 Hypermodular studio
Stars: ✭ 16 (-44.83%)
Mutual labels:  netlify
gatsby-netlifycms-starter-template
All the technologies used are free and open-source. You are free to use this template for a personal hobby blog, a commercial news agency or professional journalist website etc. Don't forget to star the repo if you like this template.
Stars: ✭ 33 (+13.79%)
Mutual labels:  netlify
website
Gitpod website and documentation
Stars: ✭ 233 (+703.45%)
Mutual labels:  netlify
nuxt-netlify-lambda-starter
πŸ› οΈ SEO-friendly website starter backed by Netlify lambda functions in a simple, friendly repo
Stars: ✭ 60 (+106.9%)
Mutual labels:  netlify
netlify-plugin-cache
⚑ Generic plugin for caching any files and/or folders between Netlify builds
Stars: ✭ 19 (-34.48%)
Mutual labels:  netlify
Web-Development-Path-And-Resources
Will Add a path and some resources in this repo for web D for my first year students
Stars: ✭ 46 (+58.62%)
Mutual labels:  netlify
html2pug-website
Convert HTML to Pug
Stars: ✭ 28 (-3.45%)
Mutual labels:  netlify
twitter-digest
βœ‰οΈ A netlify lambda function that emails you tweets from a twitter list.
Stars: ✭ 14 (-51.72%)
Mutual labels:  netlify
YATAS
Yet Another Tailwind Alpine Starter
Stars: ✭ 18 (-37.93%)
Mutual labels:  netlify
portfolio-v1
πŸš€ My Portfolio created using ReactJs and deployed on Netlify
Stars: ✭ 19 (-34.48%)
Mutual labels:  netlify
nuxt-starter-netlify-cms
Example nuxt + netlify cms project. Nuxt port of Gatsby starter app.
Stars: ✭ 13 (-55.17%)
Mutual labels:  netlify
callum-flack-design
Design services portfolio & blog
Stars: ✭ 14 (-51.72%)
Mutual labels:  netlify
svelte-bricks
Naive Svelte Masonry component without column balancing (ragged columns at the bottom)
Stars: ✭ 22 (-24.14%)
Mutual labels:  netlify
bubo-rss
An irrationally minimalist, static RSS feed reader you can instantly deploy on Netlify, Glitch or your own server.
Stars: ✭ 41 (+41.38%)
Mutual labels:  netlify
DeepThought
A simple blog theme focused on writing powered by Bulma and Zola.
Stars: ✭ 100 (+244.83%)
Mutual labels:  netlify
theographic-web
A linked encyclopedia of biblical people, places, periods, and passages
Stars: ✭ 19 (-34.48%)
Mutual labels:  netlify

Netli.fyi

React Native app for managing Netlify sites


Download iOS β€’ Download Android iOS Beta β€’ Android Beta


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 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/app-icon.png \
  --background-color=fff \
  --logo-width=100 \
  --assets-path=src/assets/images
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].