Important
This documentation is in beta. We eagerly welcome your feedback!
Welcome! This is the repo for Directus' documentation.
- Node.js 20
- pnpm
pnpm install
Start the development server on http://localhost:3000
:
pnpm dev
Due to a bug in Nitro, Netlify isn't able to auto-build this website on pushes to main. Instead, a member of the core team has to deploy it manually through the Netlify CLI.
netlify env:list --plain
– Get a copy of the.env
you'll need to build the websitepnpm run generate
– Build the website locallynetlify deploy
– This will deploy a staging build to a branch to verify everything looks good. Once that's good to go:netlify deploy --prod
– This will then upload the same thing again but push it live to the prod website
- Discord (Questions, Live Discussions)
- GitHub Issues (Report Bugs)
- GitHub Discussions (Feature Requests)
© 2004-2024, Monospace, Inc.