This repository contains the documentation for File Architect, built with VitePress.
# Install dependencies
npm install
# Start local dev server
npm run docs:dev
# Build for production
npm run docs:build
# Preview production build
npm run docs:preview
This documentation is automatically deployed to GitHub Pages via GitHub Actions when changes are pushed to the main branch.
Contributions are welcome! Please feel free to submit a Pull Request.