mirror of
https://github.com/directus/directus.git
synced 2026-01-28 02:47: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
35 lines
1.2 KiB
Markdown
35 lines
1.2 KiB
Markdown
<p align="center"><img alt="Directus Logo" src="https://user-images.githubusercontent.com/522079/158864859-0fbeae62-9d7a-4619-b35e-f8fa5f68e0c8.png"></p>
|
|
|
|
<br />
|
|
|
|
## 🐰 Introduction
|
|
|
|
This is the official documentation for the Directus data platform. These docs are also available via
|
|
[a public website](https://docs.directus.io).
|
|
|
|
**[Learn more about Directus](https://directus.io)**
|
|
|
|
<br />
|
|
|
|
## 🤔 Community Help
|
|
|
|
[The Directus Documentation](https://docs.directus.io) is a great place to start, or explore these other channels:
|
|
|
|
- [Discord](https://directus.chat) (Questions, Live Discussions)
|
|
- [GitHub Issues](https://github.com/directus/directus/issues) (Report Bugs)
|
|
- [GitHub Discussions](https://github.com/directus/directus/discussions) (Feature Requests)
|
|
- [Twitter](https://twitter.com/directus) (Latest News)
|
|
- [YouTube](https://www.youtube.com/c/DirectusVideos/featured) (Video Tutorials)
|
|
|
|
<br />
|
|
|
|
## Contributing
|
|
|
|
> **Note**
|
|
>
|
|
> This project uses [`pnpm`](https://pnpm.io) to manage the dependencies, install it if you haven't via `npm i -g pnpm`.
|
|
|
|
1. Fork and clone the repo
|
|
2. Install the dependencies through `pnpm install`
|
|
3. Run the docs website by running `pnpm dev`
|