Skip to content

Latest commit

ย 

History

History
ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

README.md

Directus Example

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

Admin credentials for this Directus instance:

  • Email โ€” admin@example.com
  • Password โ€” d1r3ctu5

๐Ÿ“Œ 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