Skip to content

Commit

Permalink
Remove deprecated README section
Browse files Browse the repository at this point in the history
  • Loading branch information
dersmon authored Jan 27, 2025
1 parent 8b11df6 commit f454412
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ npm install && npm run build && npm start

## Development

The repository includes a [gulp](http://gulpjs.com/) configuration for setting up a local server, preconfigured with:
* proxying to the backend running on the development server
* url rewriting for AngularJS' HTML5 mode
* live reloading

### Prerequisites

You need the following components in order for the local server to work:
Expand Down Expand Up @@ -75,4 +70,4 @@ Call
export LC_NUMERIC="en_US.UTF-8" && npm run e2e
```

to run the e2e tests matching the filename pattern `e2e/*.spec.js`. Precondition for this to work is that you have the `dist` dir that gets served at `localhost:8080` by defaiöt, as is the case when you run `npm start`.
to run the e2e tests matching the filename pattern `e2e/*.spec.js`. Precondition for this to work is that you have the `dist` dir that gets served at `localhost:8080` by defaiöt, as is the case when you run `npm start`.

0 comments on commit f454412

Please sign in to comment.