Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
remove unnecessary whitespaces (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
luzea authored Aug 26, 2021
1 parent 532fa4d commit b777d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ afterwards depending on the way you choose.

#### yarn based build
Using the package dependency mananger yarn with:
````yarn install ```` will install all modules necessary for running the client on your local desktop.
````yarn install```` will install all modules necessary for running the client on your local desktop.
````yarn start```` will start the development server on port 3000 and open up your standard browser pointing to the application.

The webapplication relies on an Identity and Access Management (IAM) Component used to manage the user accounts and to authorize the login. This has currently not been configured to run on local environment.
Expand Down

0 comments on commit b777d50

Please sign in to comment.