mirror of
https://github.com/neosubhamoy/neodlp-website.git
synced 2026-06-21 02:23:45 +05:30
37 lines
4.3 KiB
Markdown
37 lines
4.3 KiB
Markdown
# NeoDLP Website
|
|
|
|
Official Website of NeoDLP (Neo Downloader Plus)
|
|
|
|
[](https://github.com/neosubhamoy/neodlp-website/tags)
|
|
[](https://github.com/neosubhamoy/neodlp-website/stargazers)
|
|
[](https://github.com/neosubhamoy/neodlp-website/blob/main/LICENSE)
|
|
|
|
> [!TIP]
|
|
> **🥰 Liked this project? Please consider giving it a star (🌟) on github to show us your appreciation and help the algorithm recommend this project to even more awesome people like you!**
|
|
|
|
## Technologies Used
|
|
|
|
[](https://astro.build)
|
|
[](https://react.dev)
|
|
[](https://www.typescriptlang.org)
|
|
[](https://ui.shadcn.com)
|
|
[](https://ui.aceternity.com)
|
|
|
|
## Building from Source
|
|
|
|
Want to run/build NeoDLP Website from the source code? Follow these simple steps:
|
|
|
|
* Make sure to install [Node.js](https://nodejs.org/en), and [Git](https://git-scm.com/downloads) before proceeding.
|
|
1. Clone this repo in your local machine: `git clone https://github.com/neosubhamoy/neodlp-website.git`
|
|
2. Go inside the cloned project directory: `cd neodlp-website`
|
|
3. Install Node.js dependencies: `npm install`
|
|
4. Run development / build process
|
|
```code
|
|
npm run dev # for development
|
|
npm run build # for production build
|
|
```
|
|
|
|
## License
|
|
|
|
NeoDLP Website is Licensed under the [MIT license](https://github.com/neosubhamoy/neodlp-website/blob/main/LICENSE). Anyone can view, modify, use (personal and commercial) or distribute it's sources without any attribution and extra permissions.
|