makinacorpus/ortho44-2018

Name: ortho44-2018

Owner: Makina Corpus

Description: null

Created: 2018-04-06 13:36:22.0

Updated: 2018-04-26 17:37:16.0

Pushed: 2018-04-26 17:37:16.0

Homepage: null

Size: 1478

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Gatsby + Netlify CMS Starter

This repo contains an example business website that is built with Gatsby, and Netlify CMS: Demo Link.

It follows the JAMstack architecture by using Git as a single source of truth, and Netlify for continuous deployment, and CDN distribution.

Prerequisites
Getting Started (Recommended)

Netlify CMS can run in any frontend web environment, but the quickest way to try it out is by running it on a pre-configured starter site with Netlify. The example here is the Kaldi coffee company template (adapted from One Click Hugo CMS). Use the button below to build and deploy your own copy of the repository:

Deploy to Netlify

After clicking that button, you?ll authenticate with GitHub and choose a repository name. Netlify will then automatically create a repository in your GitHub account with a copy of the files from the template. Next, it will build and deploy the new site on Netlify, bringing you to the site dashboard when the build is complete. Next, you?ll need to set up Netlify?s Identity service to authorize users to log in to the CMS.

Access Locally
t clone https://github.com/[GITHUB_USERNAME]/[REPO_NAME].git
 [REPO_NAME]
rn
m run develop

To test the CMS locally, you'll need run a production build of the site:

m run build
m run serve
Getting Started (Without Netlify)
tsby new [SITE_DIRECTORY_NAME] https://github.com/AustinGreen/gatsby-starter-netlify-cms/
 [SITE_DIRECTORY_NAME]
m run build
m run serve
Setting up the CMS

Follow the Netlify CMS Quick Start Guide to set up authentication, and hosting.

Debugging

Windows users might encounter `node-gyp` errors when trying to npm install. To resolve, make sure that you have both Python 2.7 and the Visual C++ build environment installed.

config set python python2.7
install --global --production windows-build-tools

[Full details here](https://www.npmjs.com/package/node-gyp 'NPM node-gyp page')


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.