Documentation site for Envision Portal, a web platform for managing, standardizing, and sharing biomedical research datasets.
Built with Docus on top of Nuxt 4.
Requires mise for toolchain management.
mise install # install Node.js and pnpm
pnpm install # install dependencies
pnpm dev # start dev server at http://localhost:3000content/
├── index.md # Homepage
├── 1.getting-started/ # Intro, installation, migration, troubleshooting
├── 2.datasets/ # Dataset lifecycle: create, metadata, publish
├── 3.access/ # Roles, permissions, access requests
├── 4.discover/ # Browsing and discovering datasets
└── 5.development/ # API reference and developer guide
pnpm buildOutput goes to .output/, ready for deployment to any Node.js host.