Skip to content

WatchItDev/watchit-app

 
 

Repository files navigation

Watchit

  • Version: 2.0.0
  • Author: Watchit
  • Description: Open movies everywhere

Overview

Watchit is a platform dedicated to improving the visibility and distribution of independent films using blockchain technology. Our goal is to ensure transparency and security in digital rights management, making it easier for filmmakers to reach a broader audience.

Getting Started

Prerequisites

Make sure you have the following installed on your machine:

  • Node.js
  • npm

Installation

  1. Clone the repository:
git clone https://github.com/WatchItDev/watchit-app.git
  1. Navigate to the project directory:
cd watchit-app
  1. Install dependencies:
npm install

Building the App

To create a production build, run:

npm run build

Running the App

To start the development server, run:

npm start

Other Scripts

Lint the code:

npm run lint

Lint and fix the code:

npm run lint:fix

Format the code with Prettier:

npm run prettier

Clear all build artifacts:

npm run clear-all

Reinstall dependencies and start the development server:

npm run re-start

Reinstall dependencies and create a production build:

npm run re-build

Contributing

We welcome contributions from the community. If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

Contact

For any inquiries or support, please contact us at info@watchit.movie.

License

This project is private and not open to the public.