Giter Club home page Giter Club logo

sudo-apk's Introduction

movie-web native-app

iOS Android

iOS Installation

Important

Sideloading with a paid certificate breaks a few features, most notably:

  • Downloads
  • Alternate App Icons

We reccomend you use a local development certificate if you care about any of these.

  • AltStore:

    • Click the Add to AltStore badge to add the movie-web repository to AltStore.
  • Other:

    • Employ Sideloadly or a sideloading method of your preference to install the ipa directly.

About

This repository uses Turborepo and contains:

.github
  └─ workflows
        └─ CI with pnpm cache setup
.vscode
  └─ Recommended extensions and settings for VSCode users
apps
  └─ expo
      ├─ Expo SDK 50
      ├─ React Native using React 18
      ├─ Navigation using Expo Router
      └─ Styling with Tamagui
packages
  ├─ api
  |   └─ Typesafe API calls to the backend
  ├─ tmdb
  |   └─ Typesafe API calls to The Movie Database
  └─ provider-utils
      └─ Typesafe API calls to the video providers 
tooling
  ├─ color
  |   └─ shared color palette
  ├─ eslint
  |   └─ shared, fine-grained, eslint presets
  ├─ prettier
  |   └─ shared prettier configuration
  └─ typescript
      └─ shared tsconfig you can extend from

Getting started

When it's time to add a new package

To add a new package, simply run pnpm turbo gen init in the monorepo root. This will prompt you for a package name as well as if you want to install any dependencies to the new package (of course you can also do this yourself later).

The generator sets up the package.json, tsconfig.json and a index.ts, as well as configures all the necessary configurations for tooling around your package such as formatting, linting and typechecking. When the package is created, you're ready to go build out the package.

References

This app is based on create-t3-turbo and Turborepo.

sudo-apk's People

Contributors

castdrian avatar jorrinkievit avatar callmearta avatar mrjvs avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.