Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 883 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 883 Bytes

Directus Example

This is a Directus project bootstrapped with create-directus-project.

Admin credentials for this Directus instance:

📌 Prerequisites

🚀 Getting Started

  1. Clone this repo.

  2. Install dependencies for this example Directus project.

    cd directus
    npm install
  3. Start the project locally.

    npx directus start

    Your Directus example is now running at http://localhost:8055.

  4. You can login with the admin credentials shown above to explore this Directus example project.

🔗 Links