This is a Remix project bootstrapped with create-remix
.
- A new Directus instance (Installation guide)
-
Clone this repo.
-
Install dependencies for this example.
cd remix npm install
-
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. -
Apply the provided
example.yaml
schema onto your Directus instance. Learn more here -
Insert seed data to your Directus instance.
npm run seed
-
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.