Skip to content

Commit

Permalink
Merge pull request #62 from ScottLogic/update-readme-startup
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mgriffin-scottlogic authored May 22, 2024
2 parents 446b9f9 + 9e67a7b commit 9665a9f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,19 @@ You will need to import the following files to use the tech-carbon-estimator:

These files can be found under dist/tech-carbon-estimator when developing locally.

## Installing Dependencies

To run the following `ng` commands, you will need to have the Angular CLI installed globally. This requires that you have [Node.js](https://nodejs.org) installed and then run the following command from any directory:

```bash
npm install -g @angular/cli
```

You will also need to run `npm install` from the root directory of this repository.

## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files. You can also run `ng serve --open` to automatically open the application in a browser tab.

## Code scaffolding

Expand Down

0 comments on commit 9665a9f

Please sign in to comment.