Skip to content

KadenBiel/DVD-TS

Repository files navigation

Icon

DVD Screen

Simple DVD screen program
Report a bug . Install/use instructions

## Table of Contents

About

This project creates a replica of the DVD screen saver, which we all know and love. Not sure what you might want to use it for, maybe stream backgroud? Doesn't matter because its a fun little project for me to pass time.

Installation

Download the latest version from releases and run the DVD_Setup-X.X.X.exe file.

Developement

You'll only need the instructions below if you wish to contribute to this project, otherwise just follow the installation instructions above.

Prequisites

These are the things you will need to install in order to start developing this project

npm install yarn -g

** Note that none of the project is written in python, however you will need it because some packages require it. If you are looking to develope in python, I have a python version that you may find equally as dumb.

Setup

  1. Clone your fork
git clone https://github.com/KadenBiel/DVD-TS.git
cd DVD-TS
  1. Install all the packages
yarn install
  1. Running the project
yarn start

Contributing

Not sure how much anyone will be able to contribute, this is a simple program but all contributions are appreciated

  1. Fork the repository
  2. Create your branch (git checkout -b feature/MyAmazingJavaScript)
  3. Commit changes (git commit -m 'add my javascript')
  4. Push to your branch (git push origin feature/MyAmazingJavaScript)
  5. Open a pull request

License

Distributed under the GNU General Public License v3.0. See LICENSE for more information.