Skip to content

Commit

Permalink
chore: fix frontend README (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtreier authored Mar 7, 2024
1 parent 2e34993 commit 87ffe25
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions authority-portal-frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,26 +74,6 @@ All available configuration options can be found in

## Development

For local development Node16 and NPM are required.

For local development both the committed [.env.local-dev](.env.local-dev) and
not committed `.env` files are additional sources for the config.

```shell
# (1) Build and link the TypeScript API Client Library
# see parent README.md on how to do that

# (2) Start Application in Dev Mode
npm run start

# (3) Start Karma Test Server
npm run test
```

<p align="right">(<a href="#readme-top">back to top</a>)</p>

## Development

### Local Development

For local development Node16 and NPM are required.
Expand All @@ -118,6 +98,8 @@ or
npm run cold-start
```

<p align="right">(<a href="#readme-top">back to top</a>)</p>

### Local E2E Development

Requires Node16 and NPM and a running backend in local development mode (Port
Expand All @@ -140,6 +122,8 @@ or
npm run cold-start-e2e-dev
```

<p align="right">(<a href="#readme-top">back to top</a>)</p>

## License

See [`LICENSE`](../LICENSE) for more information.
Expand Down

0 comments on commit 87ffe25

Please sign in to comment.