Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaleigh Scruggs committed May 19, 2020
1 parent e73ced1 commit 10628ed
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# NH Proposal Generator

<a href="https://app.netlify.com/start/deploy?repository=https://github.com/northhighland/proposal-gen&amp;stack=cms"><img src="https://www.netlify.com/img/deploy/button.svg" alt="Deploy to Netlify"></a>

[![Netlify Status](https://api.netlify.com/api/v1/badges/df323891-3174-4904-a1df-d86fbe051f80/deploy-status)](https://app.netlify.com/sites/nh-proposal-gen/deploys)

This repo contains an example proposal website that is built with [Gatsby](https://www.gatsbyjs.org/), and [Netlify CMS](https://www.netlifycms.org): **[Demo Link](https://hungry-saha-c402bb.netlify.app/)**.

It follows the [JAMstack architecture](https://jamstack.org) by using Git as a single source of truth, and [Netlify](https://www.netlify.com) for continuous deployment, and CDN distribution.

## To Do

- mobile view fixes if needed

## Features

- A simple landing page built with Netlify CMS
Expand All @@ -27,9 +33,7 @@ It follows the [JAMstack architecture](https://jamstack.org) by using Git as a s

## 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. Use the button below to build and deploy your own copy of this repository:

<a href="https://app.netlify.com/start/deploy?repository=https://github.com/northhighland/proposal-gen&amp;stack=cms"><img src="https://www.netlify.com/img/deploy/button.svg" alt="Deploy to Netlify"></a>
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. Use the deploy button above to build and deploy your own copy of this repository.

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.

Expand Down Expand Up @@ -87,7 +91,3 @@ npm install --global --production windows-build-tools
[Full details here](https://www.npmjs.com/package/node-gyp 'NPM node-gyp page')

MacOS users might also encounter some errors, for more info check [node-gyp](https://github.com/nodejs/node-gyp). We recommend using the latest stable node version.

### To Do

- mobile view fixes if needed

0 comments on commit 10628ed

Please sign in to comment.