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" }