Website and Documentation for the Django Files Application.
These docs are written in plain text using Markdown and built with VitePress.
| Location | Description |
|---|---|
| docs | Documentation Root (Markdown files) |
| docs/public | Static Root (copied to docs root) |
| docs/index.md | Special VitePress Home Page |
| docs/team.md | Special VitePress Team Page |
| .vitepress | VitePress Configuration Root |
| .vitepress/config.mts | VitePress Configuration File |
| .vitepress/theme | VitePress Custom Theme Root |
| .vitepress/theme/index.js | VitePress Custom Theme File |
| .vitepress/team.js | Team members array |
| .vitepress/theme/custom.css | VitePress Global CSS File |
| .vitepress/theme/components | VitePress Components Root |
| @components/BrowserIcons.vue | BrowserIcons Component |
| @components/VPCardLink.vue | VPCardLink Component |
To get started, clone the repository and run npm i then npm run dev.
npm install
npm run devThe site should now be available at: http://localhost:5173/