Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prismicio/gatsby-getting-started-tutorial
A simple tutorial project to get started with Prismic & Gatsby.js
https://github.com/prismicio/gatsby-getting-started-tutorial
Last synced: 2 months ago
JSON representation
A simple tutorial project to get started with Prismic & Gatsby.js
- Host: GitHub
- URL: https://github.com/prismicio/gatsby-getting-started-tutorial
- Owner: prismicio
- Created: 2020-03-30T15:46:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T20:49:38.000Z (almost 2 years ago)
- Last Synced: 2024-04-08T16:54:26.256Z (9 months ago)
- Language: JavaScript
- Size: 7.88 MB
- Stars: 6
- Watchers: 4
- Forks: 8
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prismic & Gatsby getting started tutorial project
This project is meant to help you learn how to get started using [Prismic](https://prismic.io) (API based CMS) along with [Gatsby.js](https://www.gatsbyjs.org/). Check out the Prismic developer documentation to find the tutorial for this project.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development purposes.
### Prerequisites
To make sure this project will work, you'll need to have [Node.js](https://nodejs.org/en/) installed on your machine. Follow the instructions [here](https://nodejs.org/en/) if you don't already have it installed.
### Installing
To get this project running, first download the project files. Then from the root of the project files, launch the terminal (command prompt or similar on Windows) and run the following command.
```
npm install
```This will install the project dependencies. After this is done, run the following command.
```
npm start
```This will run the build of your website and launch a local server to see the site working locally. You can view your site from [http://localhost:8000](http://localhost:8000).
## Built With
- [Prismic](https://prismic.io/) - API-based content management system
- [Gatsby](https://www.gatsbyjs.org/) - React based framework for building websites## License
This software is licensed under the Apache 2 license, quoted below.
Copyright 2021 Prismic (https://prismic.io).
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.