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
- Host: GitHub
- URL: https://github.com/anandhuremanan/gbs-svelte-buildingblock-docs
- Owner: anandhuremanan
- Created: 2024-05-07T11:49:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T04:55:45.000Z (almost 2 years ago)
- Last Synced: 2025-07-21T12:50:21.680Z (about 1 year ago)
- Topics: library, sveltecomponent, sveltekit
- Language: Svelte
- Homepage: https://gbs-svelte-block.netlify.app/
- Size: 7.28 MB
- 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
## 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
```