From fb58f5b0485e863eb7809e04e50e76fc695c5c28 Mon Sep 17 00:00:00 2001 From: akozlik Date: Sun, 6 Feb 2022 20:16:39 -0500 Subject: [PATCH 1/2] Updated README --- README.md | 11 +++++++++++ package.json | 1 + 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 1c31913..420e02c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,15 @@ # Orlando Devs Web Site +## Getting Started + +The Orlando Devs website is built on top of [https://www.netlify.com/Netlify](https://www.netlify.com/). To get started you will need to install the [Netlify CLI](https://www.netlify.com/products/cli) tool on your local environment. + +* [Install Netlify CLI](https://www.netlify.com/products/cli/#install) `npm install -g netlify-cli` +* Install Node packages `npm install` + +Once packages are installed run the Netlfiy dev stack: + +`netlify dev` + --- # Live Demo --- diff --git a/package.json b/package.json index 82611b5..c4b236c 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "dependencies": { "autoprefixer": "^10.3.4", "browsersync": "^0.0.1-security", + "eleventy": "^1.0.6", "postcss": "^8.3.6", "tailwind": "^4.0.0" } From 32dcf07c7fb54632bccc63fc4af84e07070d3200 Mon Sep 17 00:00:00 2001 From: akozlik Date: Sun, 6 Feb 2022 20:17:27 -0500 Subject: [PATCH 2/2] Removed extraneous package --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index c4b236c..82611b5 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,6 @@ "dependencies": { "autoprefixer": "^10.3.4", "browsersync": "^0.0.1-security", - "eleventy": "^1.0.6", "postcss": "^8.3.6", "tailwind": "^4.0.0" }