Ecosyste.ms: Awesome
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: 19 days ago
JSON representation
Contentful-svelte integration
- Host: GitHub
- URL: https://github.com/devmnj/contentful-svelte
- Owner: devmnj
- Created: 2022-07-22T03:47:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T05:25:00.000Z (over 2 years ago)
- Last Synced: 2023-03-05T05:07:59.399Z (almost 2 years 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
[![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-)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