https://github.com/theodo-uk/rntv-blog
https://github.com/theodo-uk/rntv-blog
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/theodo-uk/rntv-blog
- Owner: Theodo-UK
- License: mit
- Created: 2023-12-14T17:26:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-06T12:09:44.000Z (about 1 year ago)
- Last Synced: 2024-04-14T07:36:02.397Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://rntv-blog.vercel.app
- Size: 51.6 MB
- Stars: 50
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native TV Blog
- [reactnativetv.com](https://reactnativetv.com)
- [rntv.app](https://rntv.app)
- [rntv.dev](https://rntv.dev)## Submitting an Article to reactnativetv.com
1. Clone the repo
2. Create a new branch
3. Create your author details in `data/authors/your-name.mdx` if you have not already done so. See [Adding author details](docs/adding-author-details.md) for more information.
4. Write your article in `data/blog/your-article.mdx`. See [Writing a blog post](docs/writing-an-article.md) for more information.
5. Run `yarn` and `yarn dev` to see your changes
6. Open a PR and wait for approval from one of our editors
7. Once approved, your article will be published to [reactnativetv.com](https://reactnativetv.com)!