Skip to content

habibg1232191/AnimeLion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnimeLion

Build:

cd AnimeLion

For Windows

dotnet publish "AnimeLion.csproj" -c release -f net5.0 -r win-x64 --self-contained

For Mac

dotnet publish "AnimeLion.csproj" -c release -f net5.0 -r osx-x64 --self-contained

For Linux

dotnet publish "AnimeLion.csproj" -c release -f net5.0 -r linux-x64 --self-contained

First you need to start the server:

cd AnimeLion.Web
dotnet watch run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published