mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 12:23:24 +00:00
chore: readme adjustment
This commit is contained in:
5
.fleet/settings.json
Normal file
5
.fleet/settings.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"editor.formatOnSave": true,
|
||||||
|
"nodejs.editor.formatOnSave.prettier.mode": "Enabled",
|
||||||
|
"nodejs.editor.formatOnSave.eslint.mode": "Enabled"
|
||||||
|
}
|
18
README.md
18
README.md
@@ -1,9 +1,11 @@
|
|||||||
# movie-web native-app
|
# movie-web native-app
|
||||||
|
|
||||||
<!---
|
<!---
|
||||||
used a table bc this shit is annoying to resize to match, someone pls fix
|
used a table bc this shit is annoying to resize to match, someone pls fix
|
||||||
--->
|
--->
|
||||||
|
|
||||||
| iOS | Android |
|
| iOS | Android |
|
||||||
|:---:|:---:|
|
|:--------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------:|
|
||||||
| <a href="https://tinyurl.com/axk7vadz"><img src="https://i.imgur.com/46qhEAv.png" width="230"></a> | <a href="https://github.com/movie-web/native-app/releases/latest/download/movie-web.apk"><img src="https://i.imgur.com/WwPPgSZ.png" width="200"></a> |
|
| <a href="https://tinyurl.com/axk7vadz"><img src="https://i.imgur.com/46qhEAv.png" width="230"></a> | <a href="https://github.com/movie-web/native-app/releases/latest/download/movie-web.apk"><img src="https://i.imgur.com/WwPPgSZ.png" width="200"></a> |
|
||||||
|
|
||||||
## iOS Installation
|
## iOS Installation
|
||||||
@@ -19,9 +21,11 @@ used a table bc this shit is annoying to resize to match, someone pls fix
|
|||||||
- Click the Add to AltStore badge to add the movie-web repository to AltStore.
|
- Click the Add to AltStore badge to add the movie-web repository to AltStore.
|
||||||
|
|
||||||
- **Other:**
|
- **Other:**
|
||||||
- Employ [Sideloadly](https://sideloadly.io/) or a sideloading method of your preference to install the [ipa](https://github.com/movie-web/native-app/releases/latest/download/movie-web.ipa) directly.
|
- Employ [Sideloadly](https://sideloadly.io/) or a sideloading method of your preference to install
|
||||||
|
the [ipa](https://github.com/movie-web/native-app/releases/latest/download/movie-web.ipa) directly.
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
This repository uses [Turborepo](https://turborepo.org) and contains:
|
This repository uses [Turborepo](https://turborepo.org) and contains:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
@@ -58,10 +62,14 @@ tooling
|
|||||||
|
|
||||||
### When it's time to add a new package
|
### 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).
|
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.
|
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
|
### References
|
||||||
|
|
||||||
This app is based on [create-t3-turbo](https://github.com/t3-oss/create-t3-turbo) and [Turborepo](https://turborepo.org).
|
This app is based on [create-t3-turbo](https://github.com/t3-oss/create-t3-turbo)
|
||||||
|
and [Turborepo](https://turborepo.org).
|
||||||
|
Reference in New Issue
Block a user