From 932492c92871614d2319da57dc3497a7a6f20bf1 Mon Sep 17 00:00:00 2001 From: jmain-scottlogic <131965549+jmain-scottlogic@users.noreply.github.com> Date: Tue, 13 Feb 2024 11:17:11 +0000 Subject: [PATCH] Update Running a Local Environment read me (#11) --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 921454b..f6946d8 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,11 @@ A proposed Technology Carbon Standard that aims to provide a unified standard fo ## Running a Local Environment -To run a local environment use: -```bundle exec jekyll serve``` + +Setting up your local environment you will need to install [Ruby](https://www.ruby-lang.org/en/) and [NodeJS](https://nodejs.org/en). Once installed run the followinng commands to install the project dependenices: ```npm install``` and ```bundle install```. + +To run a local environment use: +```bundle exec jekyll serve```. This will start a local server running the website on http://localhost:4000/. Add `--livereload` to live reload the page on file save.