Skip to content

scottstamp/TanjiCore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TanjiCore

Because Tangerines can be web apps too, damn it.

Build Instructions

## These instructions are for Linux, but should work on any platform
git clone https://github.com/scottstamp/TanjiCore
cd TanjiCore/TanjiCore
dotnet restore
dotnet build
## if there are errors here, please let us know

cd TanjiCore.Web
dotnet run

## Server should now be active at https://localhost:8081

Alternatively, just import the project with Visual Studio for local development on Windows. Change the run target from IISExpress to TanjiCore.Web if necessary.

Contributors

About

Because Tangerines can be web apps too, damn it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.4%
  • Other 0.6%