2024-02-26 21:42:42 +01:00
|
|
|
# Sudo-Flix
|
|
|
|
Sudo-Flix is a mirror of [Movie-Web](https://github.com/movie-web/movie-web) with some changes...
|
2024-02-26 16:54:56 +01:00
|
|
|
|
2024-02-26 21:42:42 +01:00
|
|
|
## Running Locally
|
|
|
|
Type the following commands into your terminal / command line to run Sudo-Flix locally
|
2024-02-26 16:54:56 +01:00
|
|
|
```bash
|
2024-02-26 21:42:42 +01:00
|
|
|
git clone https://gitlab.com/itzCozi/sudo-flix.git
|
|
|
|
cd sudo-flix
|
|
|
|
git pull
|
2024-02-26 16:54:56 +01:00
|
|
|
pnpm install
|
|
|
|
pnpm run dev
|
|
|
|
```
|
|
|
|
|
2024-02-26 21:42:42 +01:00
|
|
|
## Contributing
|
|
|
|
If you want to contribute to this project, you can fork the repository and make a pull request.
|