An open API service indexing awesome lists of open source software.

https://github.com/theodo-uk/rntv-blog


https://github.com/theodo-uk/rntv-blog

Last synced: 3 months ago
JSON representation

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)!