The All-New Directus 7
Future-Proof Headless CMS
Website • Docs • API Reference • User Guide • Demo • Contribute
The Directus 7 App has been rebuilt from the ground-up in Vue.js and decoupled from our new "versionless" API. Both can easily be customized and extended to suit your project's needs.
🐰 Directus Website
This is the official Directus Marketing Website.
Installation
Download or clone the build branch:
[todo]
$ git clone -b build https://github.com/directus/website.gitDevelopment
To work on this page:
clone the repo
$ git clone https://github.com/directus/websiteinstall the dependencies
$ npm installbuild the front-end
$ npm run devDeployment
npm run build
cd dist
git init
git add -A
git commit -m 'deploy'
git push -f https://github.com/directus/website master:gh-pages
Directus is released under the GPLv3 license. RANGER Studio LLC owns all Directus trademarks and logos on behalf of our project's community. Copyright © 2006-2018, RANGER Studio LLC.