Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halo-lab/halo-gatsby-prismic
This is Gatsby-Prismic starter, developed by Halo Lab. SEO-ready, blazing fast, Lighthouse optimized project with PWA.
https://github.com/halo-lab/halo-gatsby-prismic
effect gatsby plugin prismic
Last synced: 2 days ago
JSON representation
This is Gatsby-Prismic starter, developed by Halo Lab. SEO-ready, blazing fast, Lighthouse optimized project with PWA.
- Host: GitHub
- URL: https://github.com/halo-lab/halo-gatsby-prismic
- Owner: Halo-Lab
- License: mit
- Created: 2021-07-28T07:55:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-18T07:45:55.000Z (about 3 years ago)
- Last Synced: 2024-11-24T00:53:49.659Z (2 months ago)
- Topics: effect, gatsby, plugin, prismic
- Language: JavaScript
- Homepage:
- Size: 1.11 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Node.js CI](https://github.com/Halo-Lab/halo-gatsby-prismic/actions/workflows/node.js.yml/badge.svg)](https://github.com/Halo-Lab/halo-gatsby-prismic/actions/workflows/node.js.yml)
# Halo Lab Gatsby-Prismic public starter
This site is built with [Prismic CMS](https://prismic.io/), [Gatsby](https://www.gatsbyjs.com/).
## How to start project locally
To start project locally, clone this repository. Then go to project directory and install dependencies.
```
make install
```Then start project.
```
make start
```Visit [http://localhost:8000/](http://localhost:8000/).
Now your can change code and evaluate changes in browser.
Run `make clean` to clean cashe when you add new content in Prismic and want to see it locally.
## How to commit changes
When you are ready, check build to insure that your changes do not break anything. To build app and serve it locally, run:
```
make serve
```Visit [http://localhost:9000/](http://localhost:9000/) to see production version of site.
If you need just check that build is ok, run `make build`.
If build is live, commit changes to GitHub repository.
Visit test site and check your changes. If everything is ok, ask your buddy to review changes. After review is done and code is fixed, you can merge pull request.
## Word from author
Have fun! ✌️