Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ananduremanan/gbs-svelte-buildingblock-docs
- Owner: ananduremanan
- Created: 2024-05-07T11:49:16.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T04:55:45.000Z (about 2 months ago)
- Last Synced: 2024-09-18T07:39:11.045Z (about 2 months 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 [email protected]:ananduremanan/svelte-docs-template.git
```Install the dependencies
```
npm install
```Run the project
```
npm run dev
```