Skip to content

Commit

Permalink
Update Running a Local Environment read me (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmain-scottlogic authored Feb 13, 2024
1 parent 3182c9b commit 932492c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 932492c

Please sign in to comment.