Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/devmnj/svelt-kit-prismic-cms-rest

Svelte Kit - Prismic REST app example
https://github.com/devmnj/svelt-kit-prismic-cms-rest

example-project prismic prismjs slicezone sveltekit

Last synced: about 1 month ago
JSON representation

Svelte Kit - Prismic REST app example

Awesome Lists containing this project

README

        

Svelte-Prismic-RES API Blog

[![Status](https://img.shields.io/badge/status-active-success.svg)]()
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)

---

This is my personal blog app built with SvelteKit and Prismic CMS.


## 📝 Table of Contents

- [About](#about)
- [Prerequisites](#-prerequisites-)
- [Built Using](#built_using)
- [Authors](#authors)
- [Acknowledgments](#acknowledgement)

## 🧐 About

The project ultilised `Prismic client` for fetching data and Svelte Prismic Slice Zone for rendering content. Also uses Prismjs for highlighting code and tailwind for CSS, which makes developing UI easy .

### 🧒 Prerequisites

You have to familiar with `Javascript`, `SvelteKit`,`Prismic` and `Tailwind`,`Prismjs` in order to work with this project.

## ⌚ Using the project

Fork the repo and install dependencies, that's all you need. ⛏️.
### Install dependencies
```

yarn install
```
### Running the project
```
yarn dev
```


will start the project.

## 🚀 Built Using

- [SvelteKit](http://sveltekit.org/) - SvelteKit
- [Tailwind CSS](https://tailwindcss.com/) - CSS Framework
- [Prismic](https://prismic.o.com/) - Headless CMS
- [PrismJS](https://prismjs.com/) - Used For Highlighting Prismic Slice code
- [NodeJs](https://nodejs.org/en/) - Server Environment

## ✍️ Authors and Guides
- [@devmnj](https://github.com/devmnj) - Idea & Initial work
- [JSU](http://javascriptsu.wordpress.com/tag/nextjs) - More guides

## 🎉 Acknowledgements

- [📝 Table of Contents](#table-of-contents)
- [🧐 About ](#about-a-name-abouta)
- [🧒 Prerequisites ](#prerequisites-a-name-prerequisitesa)
- [⌚ Using the project](#using-the-project)
- [Install dependencies](#install-dependencies)
- [Running the project](#running-the-project)
- [🚀 Built Using ](#built-using-a-name-built_usinga)
- [✍️ Authors and Guides](#️-authors-a-name-authorsa-and-guides)
- [🎉 Acknowledgements ](#acknowledgements-a-name-acknowledgementa)

- Thank for awesome `Prismic Headless CMS`