mirror of
https://github.com/rmcrackan/Libation.git
synced 2025-12-23 14:07:56 -05:00
d60ec0702c4f06c37316cc1cf209644a725ad76f
Libation: Liberate your Library
Download Libation
If you found this useful, tell a friend. If you found this REALLY useful, you can click here to PayPal.me
...or just tell more friends. As long as I'm maintaining this software, it will remain free and open source.
Development
Documentation
The documentation is built with VitePress and located in the docs directory. For more information like markdown syntax and routing or other features, refer VitePress documentation.
Prerequisites: Node.js 18+
Commands:
# Install dependencies
npm install
# Start local dev server (http://localhost:5173)
npm run docs:dev
# Build for production (output: docs/.vitepress/dist)
npm run docs:build
# Preview production build
npm run docs:preview
Note: New pages are automatically routed based on their folder structure (e.g., docs/docs/index.md maps to /docs/index). To add them to the sidebar, update the sidebar configuration in .vitepress/config.js.
Languages
C#
97.5%
Shell
2.3%
JavaScript
0.1%