https://github.com/anandhuremanan/svelte-docs-template
Svelte Docs Template using mdsvex and tailwind. Autogenerates page link using vite glob-import.
https://github.com/anandhuremanan/svelte-docs-template
documentation documentation-site documentation-tool mdsvex svelte sveltekit tailwind tailwind-css-template tailwindcss
Last synced: about 2 months ago
JSON representation
Svelte Docs Template using mdsvex and tailwind. Autogenerates page link using vite glob-import.
- Host: GitHub
- URL: https://github.com/anandhuremanan/svelte-docs-template
- Owner: anandhuremanan
- Created: 2024-05-07T08:08:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T05:40:20.000Z (about 2 years ago)
- Last Synced: 2025-06-10T06:05:35.979Z (about 1 year ago)
- Topics: documentation, documentation-site, documentation-tool, mdsvex, svelte, sveltekit, tailwind, tailwind-css-template, tailwindcss
- Language: Svelte
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 git@github.com: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`