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

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

Awesome Lists containing this project

README

        



Project logo


Svelte-Contentful-Blog

[![Hackathon](https://img.shields.io/badge/svelt-contentful-cms.svg)](http://hackathon.url.com)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](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-)

# 💡Develop

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