diff --git a/README.md b/README.md index afd5bca..014f2c6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,44 @@ -# RS-Media +## RS MEDIA -YouTube-like video sharing platform. \ No newline at end of file +[todo: add a screenshot of rs media here] + +USER INFORMATION +---------------------------------------------------- + +### What is it? +- Randoma Server Media/RS Media is a video sharing website, it is a part of the RS Framework, and it's goal is to be used for Random Server's tutorials and archiving YouTube videos. + +### Why? +- YouTube takes videos down and their technical support system is kind of bad, we don't want to depend on them if our videos get copyright striked, so we would rather host our own YouTube-like video sharing platform. + + + + +DEVELOPER INFORMATION +---------------------------------------------------- + +### What programming language does RS Media use? +- RS Media is made in C#, specifically .NET 9 with ASP.NET Core. + +### How do I compile it? + +**PREREQUISITES:** +- .NET 9 SDK + +1. clone this repository +2. you have 2 batch files that can help you: +- run-build.bat [This builds RS Media] +- clean-build.bat [Cleans the build] + +It is recommended you use VSCode for an easier development experience. + + + + + +Credits and LICENSE +---------------------------------------------------- + +Video player - https://github.com/EricKrouss/2007-YouTube-Player-HTML5 + +[GPL 3](https://www.gnu.org/licenses/gpl-3.0.en.html) - The license RS Media uses. \ No newline at end of file