Yet another media downloader for tweets!
Powered by Svelte
, .NET 8
, and C hashtag version 12
.
- Select media size to download.
Before starting, ensure you have the following tools and environments set up on your machine:
- .NET 8.0 SDK
- NodeJS
Update the configuration files located at X.API/appsettings.json
and X.API/appsettings.Development.json
with appropriate settings.
At the root directory, restore the required NuGet packages by running:
dotnet restore
Start the API with:
dotnet run --project X.API
π The API will listen on:
- HTTP: http://localhost:5271
- HTTPS: https://localhost:7132
(You can change these ports in the launchSettings.json
file located at X.API/Properties/launchSettings.json
)
At the X.WebApp
directory, install dependencies by running:
npm install
Launch the application locally from the X.WebApp
directory with:
npm run dev
π The web app will listen on: http://localhost:5173