mirror of
https://github.com/directus/directus.git
synced 2026-01-25 11:47:57 -05:00
* docs: add local development setup instructions * docs: move and simplify docs, and add reference in contributing * docs: remove m1 reference to non-office docker image * Update readme.md * Remove note about volta since we've removed it from the package.json * Adjust notes * Quick update of the commands --------- Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch> Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
🐰 Introduction
This is the official documentation for the Directus data platform. These docs are also available via a public website.
🤔 Community Help
The Directus Documentation is a great place to start, or explore these other channels:
- Discord (Questions, Live Discussions)
- GitHub Issues (Report Bugs)
- GitHub Discussions (Feature Requests)
- Twitter (Latest News)
- YouTube (Video Tutorials)
Contributing
Note
This project uses
pnpmto 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
