https://github.com/devmnj/contentful-svelte
Contentful-svelte integration
https://github.com/devmnj/contentful-svelte
contentful sveltekit tailwindcss
Last synced: 2 months ago
JSON representation
Contentful-svelte integration
- Host: GitHub
- URL: https://github.com/devmnj/contentful-svelte
- Owner: devmnj
- Created: 2022-07-22T03:47:56.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T05:25:00.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T11:42:33.951Z (4 months ago)
- Topics: contentful, sveltekit, tailwindcss
- Language: Svelte
- Homepage:
- Size: 127 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Svelte-Contentful-Blog
[](http://hackathon.url.com)
[](LICENSE.md)
This is Svelte Contentful Headless CMS integration example app.
## 📝 Table of Contents
- [💡Develop ](#develop-)
- [⛏️ Built With ](#️-built-with-)
- [🔷 Additional Guide](#-additional-guide)
- [✍️ Authors ](#️-authors-)
- [🎉 Acknowledgments ](#-acknowledgments-)For developing and make changes to this project, you need to install [Nodejs](https://nodejs.org/en/), [Svelt](https://svelte.dev/) JavaScript Framework.
Fork the repository or download the project to a local machine. Then `run yarn install` for dependency setup ( from the root directory).
Now let's start the development server and modify:
```bash
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```
## ⛏️ Built With- [Svelte](https://svelte.dev/) - Web Framework
- [Contentful](https://www.contentful.com/) - Contentful Headless CMS
- [NodeJs](https://nodejs.org/en/) - Server Environment
- JavaScript
- [TailwindCSS](http://tailwindcss.com) - CSS Framework## 🔷 Additional Guide
[Learn Svelte Programming - from scratch ](http://javascriptsu.wordpress.com/tag/svelte)
## ✍️ Authors- [@devmnj](https://github.com/devmnj) - Idea & Initial work
## 🎉 Acknowledgments- Hat tip to anyone whose code was used
- Inspiration
- References