BitBravo / gatsby-getting-started-tutorial

A simple tutorial project to get started with Prismic & Gatsby.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prismic & Gatsby getting started tutorial project

This project is meant to help you learn how to get started using Prismic (API based CMS) along with Gatsby.js. 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 installed on your machine. Follow the instructions here 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.

Built With

  • Prismic - API-based content management system
  • Gatsby - 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.

About

A simple tutorial project to get started with Prismic & Gatsby.js


Languages

Language:JavaScript 69.0%Language:CSS 31.0%