youtube-downloader/README.md

28 lines
824 B
Markdown
Raw Normal View History

2023-11-02 00:55:50 +01:00
# YouTube Dwonloader
YouTube Downloader is a website written using TailwindCSS with Next.js
2023-04-27 15:38:02 +02:00
## Getting Started
2023-11-02 00:55:50 +01:00
To get started with the project, simply clone the repository and install the dependencies
2023-04-27 15:38:02 +02:00
2023-11-02 00:55:50 +01:00
```cmd
git clone https://github.com/night0721/youtube-downloader.git
cd youtube-downloader
npm i
2023-04-27 15:38:02 +02:00
npm run dev
```
2023-11-02 00:55:50 +01:00
## Support
2023-04-27 15:38:02 +02:00
2023-11-02 00:55:50 +01:00
If you need support, you can join the [Discord server](https://discord.gg/SbQHChmGcp)
2023-04-27 15:38:02 +02:00
2023-11-02 00:55:50 +01:00
## License
2023-04-27 15:38:02 +02:00
2023-11-02 00:55:50 +01:00
This project is licensed under the GNU Public License v3.0. See [LICENSE](https://github.com/night0721/NullValkyrie/blob/master/LICENSE) for more information.
2023-04-27 15:38:02 +02:00
2023-11-02 00:55:50 +01:00
## Contribution
2023-04-27 15:38:02 +02:00
2023-11-02 00:55:50 +01:00
If you have any ideas for improvements or new features, please feel free to fork the project and create a pull request or open an issue.
All contributions are welcome, including translations, documentation, and code.