Skip to content

Commit

Permalink
Merge pull request OrlandoDevs#23 from akozlik/master
Browse files Browse the repository at this point in the history
Added startup docs
  • Loading branch information
akozlik authored Feb 7, 2022
2 parents 7513da9 + 32dcf07 commit bcb75b3
Showing 1 changed file with 11 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

0 comments on commit bcb75b3

Please sign in to comment.