Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ananduremanan/gbs-svelte-buildingblock-docs

Docs For gbs svelte buildingblock
https://github.com/ananduremanan/gbs-svelte-buildingblock-docs

library sveltecomponent sveltekit

Last synced: 5 days ago
JSON representation

Docs For gbs svelte buildingblock

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

## 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
```