🐰 Introduction
This is the official documentation for the Directus data platform. These docs are also available via a public website.
Learn more about Directus
Create your Free Project
🤔 Community Help
The Directus Documentation is a great place to start, or explore these other channels:
- Discord (Live Discussions)
- GitHub Issues (Report Bugs)
- GitHub Discussions (Questions, Feature Requests)
- Twitter (Latest News)
- YouTube (Video Tutorials)
Contributing
Note
This project uses
pnpm
to manage the dependencies, install it if you haven't vianpm i -g pnpm
.
- Fork and clone the repo
- Install the dependencies through
pnpm install
- Run the docs website by running
pnpm dev