Skip to content

AlexanderDemko/BibleNote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

332 Commits
 
 
 
 
 
 

Repository files navigation

BibleNote

BibleNote is organized as a single repository with two top-level projects:

  • Api - the .NET BibleNote application, domain services, providers, modules, and tests.
  • Web - the TypeScript/Electron desktop shell, OneNote cache UI, MCP server, and packaging scripts.

Build

Build the API solution:

cd Api
dotnet build BibleNote.sln -p:GenerateCode=False

Build the Web project:

cd Web
npm install
npm run build

Create Windows desktop artifacts from Web:

cd Web
npm run dist:win

The Web packaging flow stages the .NET API from Api/Application and bundles it into the desktop application resources.

About

Bible study software. The next version of

Topics

Resources

Stars

24 stars

Watchers

7 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors