mirror of
https://github.com/directus/directus.git
synced 2026-01-23 11:07:56 -05:00
Squashed commit of the following: commit 2b8a1c10608c51278dd7967a16295763af1bc605 Author: rijkvanzanten <rijkvanzanten@me.com> Date: Tue Apr 4 18:45:56 2023 -0400 Tweak commit daad2447ce8a45ee80b9c4ea2bc768299384f6af Author: rijkvanzanten <rijkvanzanten@me.com> Date: Tue Apr 4 18:43:54 2023 -0400 Update lockfile commit b2c37099942a8c412f69176383553cc6c5522599 Author: rijkvanzanten <rijkvanzanten@me.com> Date: Tue Apr 4 18:42:32 2023 -0400 Update netlify build command commit c3b4a11ad77834a1bf86f4b73fe6f09447f87ba5 Author: rijkvanzanten <rijkvanzanten@me.com> Date: Tue Apr 4 18:40:40 2023 -0400 Update node version
1.2 KiB
1.2 KiB
🐰 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
