[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Latest commit

 

History

History

remix

Directus Remix Example

This is a Remix project bootstrapped with create-remix.

📌 Prerequisites

🚀 Getting Started

  1. Clone this repo.

  2. Install dependencies for this example.

    cd remix
    npm install
  3. Create a .env file based on the provided .env.example file. You can use either the credentials (email & password) or static token of the admin account.

  4. Apply the provided example.yaml schema onto your Directus instance. Learn more here

  5. Insert seed data to your Directus instance.

    npm run seed
  6. Start the development server.

    npm run dev
    
    # Run this if you are on Windows instead
    # This is currently a known bug and it is tracked here: https://github.com/remix-run/remix/issues/914
    npm run dev:windows

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

🔗 Links

Directus

Remix