Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
akozlik committed Feb 7, 2022
1 parent 37664e1 commit fb58f5b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit fb58f5b

Please sign in to comment.