GitXplorerGitXplorer
p

ps770

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
0342817472918e7c139738ec1fd407ba6b541e1b

Update Pages “our-pta”

ppatsplat committed 6 years ago
Unverified
c8c4a4377cd93eeb96205d584b5e586f9609a571

Update Pages “our-pta”

ppatsplat committed 6 years ago
Unverified
f2806d2a8f499ce423516939934bcef5f769e0e5

Merge branch 'master' of https://github.com/patsplat/ps770

committed 6 years ago
Unverified
5a97b5d4e946bd58297d2a20211d8c65aa019ee3

working on dropdowns

committed 6 years ago
Unverified
fdedb8e6a52df55d9b70585d2a518a7be332b379

Update Pages “about-us”

ppatsplat committed 6 years ago
Unverified
0d4f03595a1abb28a98fa929912998155dbd5816

Update Pages “about-us”

ppatsplat committed 6 years ago

README

The README file for this repository.

Prerequisites

  • Node (recommend v8.2.0 or higher)

Access Locally

$ git clone https://github.com/patsplat/ps770.git
$ cd ps770
$ yarn
$ npm run develop

To test the CMS locally run a production build of the site:

$ npm run build
$ npm 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.

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

Full details here

Derived from https://github.com/AustinGreen/gatsby-starter-netlify-cms