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

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

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

library sveltecomponent sveltekit

Last synced: about 1 month 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 git@github.com:ananduremanan/svelte-docs-template.git
```

Install the dependencies
```
npm install
```

Run the project

```
npm run dev
```