stefanbemelmans / BlazinCatFork

CatFork! Now with Blazor and Blazor-State Preview 7, updated to Preview 8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blazin Catfork

just like regular catfork Live site or catfork Repo, but written in C# with .NET Core and Blazor.

Just updated the UI to modern times, so pictures will be coming soon. Also, in the middle of upgrading from preview 8 or so to Release.

Directory Structure

  • Artifacts - Build outputs go here. Doing a build.cmd/build.sh generates artifacts here (nupkgs, dlls, pdbs, etc.)
  • Assets - Image Logos etc.
  • Build - Build customizations (custom msbuild files/psake/fake/albacore/etc) scripts
  • Documentation - DocFx folder
  • Lib - Things that can NEVER exist in a nuget package
  • Packages - NuGet packages
  • Samples (optional) - Sample projects
  • Source - Main projects (the product code)
  • Tests - Test projects
  • .gitignore - started with VisualStudio one from Github update as needed.
  • build.ps - (optional) Powershell script to Bootstrap the build
  • global.json - (optional) specify required SDK
  • Nuget.config - specify Nuget sources
  • README.md
  • UNLICENSE.md

About

CatFork! Now with Blazor and Blazor-State Preview 7, updated to Preview 8

License:The Unlicense


Languages

Language:C# 88.7%Language:HTML 9.7%Language:JavaScript 1.5%Language:CSS 0.1%Language:PowerShell 0.0%