This is a Directus, Sveltekit blogging starter. Also comes with Tailwind (via Windicss) for easy styling!
git clone https://github.com/alteredorange/directus-sveltekit-blog-starter.git starter
cd starter
pnpm i
//or 'npm i' or 'yarn'pnpm run dev
- This will start Directus on the standard port (http://localhost:8055) and Sveltekit on http://localhost:3000- Visit the Directus dashboard to add posts
- Directus admin credentials:
[email protected]
¬secureatall
- Edit any styles or pages directly through the Sveltekit files
Running into issues or have a suggestion to make things better? Feel free to open up an issue, pull request, or github discussion!