Skip to content

Latest commit

 

History

History
executable file
·
52 lines (30 loc) · 1.83 KB

README.md

File metadata and controls

executable file
·
52 lines (30 loc) · 1.83 KB

Sample Gatsby Website with Prismic CMS

This is a gatsby website example project with content managed from Prismic.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

To get this project launched you will need to have Node.js installed on your local machine.

Installing

Launch the terminal (command prompt or similar on Windows), navigate to the project folder, and run the following command.

npm install

Once installed, you can launch the local development server by running the following command.

npm run dev

You will then be able to open your browser to http://localhost:8000/ to see the project up and running.

Deployment

You can deploy this project live to a static website host such as Netlify.

Run the command to launch the production version of the website.

gatsby build

Built With

  • Gatsby - Static site generator
  • Prismic - Headless content management system

License

This software is licensed under the Apache 2 license, quoted below.

Copyright 2018 Prismic.io (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.