mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
15 lines
441 B
Markdown
15 lines
441 B
Markdown
# Sudo-Flix
|
|
Sudo-Flix is a mirror of [Movie-Web](https://github.com/movie-web/movie-web) with some changes...
|
|
|
|
## Running Locally
|
|
Type the following commands into your terminal / command line to run Sudo-Flix locally
|
|
```bash
|
|
git clone https://gitlab.com/itzCozi/sudo-flix.git
|
|
cd sudo-flix
|
|
git pull
|
|
pnpm install
|
|
pnpm run dev
|
|
```
|
|
|
|
## Contributing
|
|
If you want to contribute to this project, you can fork the repository and make a pull request.
|