This is a demo site for sk-seo. A dead simple, no dependencies, svelte component that automates a lot of the annoying SEO parts for you. Also optionally includes functionality for social media preview support
Tech | Url |
---|---|
Framework | SvelteKit |
Styling (who needs vanilla css?) | TailwindCSS |
Beautiful UI library | Skeleton |
Cool simple seo component (I might be biased) | sk-seo |
Hosted on | Cloudflare pages |
Clone the repo
$ git clone https://github.com/TheDahoom/seo-demo.git
Once you've cloned the project run pnpm install
then start a development server with:
pnpm run dev
To create a production version of your app:
pnpm run build
You can preview the production build with npm run preview
.