Future-Proof Headless CMS
The All-New Directus 7Website • 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.git
Development
To work on this page:
clone the repo
$ git clone https://github.com/directus/website
install the dependencies
$ npm install
build the front-end
$ npm run dev
Deployment
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.