These projects are created when writing Directus guest articles.
From the project root run:
./create.sh <project-name>
This will install Nuxt with the Directus SDK and create a docker-compose.yml
file in the project root.
You can now run Directus with docker-compose up
and run the front end with npm run dev
.