diff --git a/README.md b/README.md index 5acbb25..edc4182 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,17 @@ # NH Proposal Generator +Deploy to Netlify + [![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 @@ -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: - -Deploy to Netlify +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. @@ -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