Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ananduremanan/svelte-docs-template

Svelte Docs Template using mdsvex and tailwind. Autogenerates page link using vite glob-import.
https://github.com/ananduremanan/svelte-docs-template

documentation documentation-site documentation-tool mdsvex svelte sveltekit tailwind tailwind-css-template tailwindcss

Last synced: 5 days ago
JSON representation

Svelte Docs Template using mdsvex and tailwind. Autogenerates page link using vite glob-import.

Awesome Lists containing this project

README

        

# How to Create Svelte Docs Template Using SvelteKit, MDSVEX and Tailwind CSS

This is a smaple template for Svelte Documentations created using [Sveltekit](https://svelte.dev/), [MDSVEX](https://mdsvex.pngwn.io/) and [Tailwind](https://tailwindcss.com/)

## Intallation

Clone The Repo with command

```bash
git clone [email protected]:ananduremanan/svelte-docs-template.git
```

Install the dependencies

```
npm install
```

Run the project

```
npm run dev
```

To Add More Pages just create new folders with the page name in components directory inside `src` -> `routes`