This is a SvelteKit project bootstrapped with create-svelte.
βΉ This example uses @sveltejs/kit version
1.0.1.
You will need to have the provided Directus project running first before proceeding with this example.
-
Clone this repo.
-
Install dependencies for this example.
cd sveltekit npm install -
Create a
.envfile by copying the provided.env.examplefile. -
Start the development server.
npm run dev
Your Directus SvelteKit example is now running at http://localhost:3000.