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/index.md | Special VitePress Home Page. |
docs/team.md | Special VitePress Team Page. |
docs/public | Static Root (copied to docs root). |
.vitepress | VitePress Configuration Root. |
.vitepress/config.mts | VitePress Configuration File. |
To get started, clone the repository and run npm i
then npm run dev
.
npm install
npm run dev
The site should now be available at: http://localhost:5173/