KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Confab.Web
★ 9
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
prettyClusters
:
Annotation, analysis and illustration of gene clusters
coreboot-bootsplashes
:
Personal repository of my custom coreboot bootsplashes
card-game-kit
:
No description available.
TruetypeParser
:
A Truetype parser. Also experimenting with drawing fonts using bezier curve data extracted from font file, rather then bitmaps.
diffTF
:
Quantification of Differential Transcription Factor Activity and Multiomics-Based Classification into Activators and Repressors: diffTF
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Confab.Web
?
Download (.md)
**What is Confab.Web?** --------------- Confab.Web is an open source project built with [Blazor](https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor) on top of [.NET5.0](https://dotnet.microsoft.com/download/dotnet/5.0) which provides the **frontend** for [Confab](https://github.com/devmentors/Confab) **modular monolith** application. **How to start the solution?** ---------------- Simply start the application under `src/Confab.Web.UI/` using your favorite IDE or CLI. ``` cd src/Confab.Web.UI dotnet run ``` **Is this project being actively developed?** ---------------- Yes, the project is being actively developed, as it's still missing a few features to provide the full integration with Confab Web API.