Archived
1
0
This repository has been archived on 2026-04-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
FoxTube/README.md
Michael Gordeev ac0262b47e Updated README.md
2019-07-10 22:02:14 +00:00

19 lines
1.2 KiB
Markdown

# Introduction
This is a UWP YouTube application. It's supposed to make YouTube browsing experience better on Windows 10 devices.
<img src="https://foxgame.visualstudio.com/59705290-bbbc-4b64-9c03-d13530888f58/_apis/git/repositories/da7a3c86-e195-4ff2-9733-be7e3259bd2f/Items?path=%2FSrc%2FFoxTube+screenshots%2FEng%2FDark%2FMain_dark_eng.png&versionDescriptor%5BversionOptions%5D=0&versionDescriptor%5BversionType%5D=0&versionDescriptor%5Bversion%5D=development&download=false&resolveLfs=true&%24format=octetStream&api-version=5.0-preview.1" width="50%"/>
# Useful links
- [Microsoft Store page](https://www.microsoft.com/store/productId/9NCQQXJTDLFH)
- [App Center](https://appcenter.ms/users/XFox/apps/FoxTube)
- [Partner Center](https://partner.microsoft.com/en-us/dashboard/products/9NCQQXJTDLFH)
# Getting Started
### Requires Windows 10 April 2018 Update (1803 / Redstone 4 / 17134)
- Master branch contains published versions and it's not supposed to be used in current development workflow
- Every task now has its own branch. So don't push anything directly to 'development' branch
# Build and Test
Select 'FoxTube' project and hit 'Build solution', 'Local machine' or 'Deploy solution'
TODO: Write tests and describe them here