Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/devmnj/contentful-svelte

Contentful-svelte integration
https://github.com/devmnj/contentful-svelte

contentful sveltekit tailwindcss

Last synced: 19 days 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