Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ananduremanan/svelte-docs-template
- Owner: ananduremanan
- Created: 2024-05-07T08:08:10.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-08T05:40:20.000Z (6 months ago)
- Last Synced: 2024-05-08T11:30:37.818Z (6 months 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: 0
-
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 [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`