- Version: 2.0.0
- Author: Watchit
- Description: Open movies everywhere
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.
Make sure you have the following installed on your machine:
- Node.js
- npm
- Clone the repository:
git clone https://github.com/WatchItDev/watchit-app.git
- Navigate to the project directory:
cd watchit-app
- Install dependencies:
npm install
To create a production build, run:
npm run build
To start the development server, run:
npm start
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
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.
For any inquiries or support, please contact us at info@watchit.movie.
This project is private and not open to the public.