Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Kiral authored and Ivan Kiral committed Oct 6, 2022
1 parent 12a11be commit d41d178
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To run the app:
1. Clone the app repository
2. Run `npm install && npm run build` in the `DancingGoat` directory to build CSS files for the project ([node.js](https://nodejs.org/) must be installed before running this command)
3. Open the `DancingGoat.sln` solution file and run the app
4. Follow the setup wizard to setup your project or, alternatively, adjust the `\DancingGoat\appsettings.json` file:
4. Follow the setup wizard to setup your project or adjust the `\DancingGoat\appsettings.json` file:

```jsonc
{
Expand All @@ -25,6 +25,7 @@ To run the app:
// ...
}
```

> Follow the [step-by-step tutorial](https://kontent.ai/learn/tutorials/develop-apps/get-started/run-sample-app?tech=dotnet) for even more details.
## Features
Expand Down Expand Up @@ -71,8 +72,8 @@ You can adjust the behaviour in the `appsettings.json` file.

### Localized routing

The app demonstrates the usage of language prefixes (e.g. `/en-US/articles`) for localizing URLs for SEO purposes. Each language is identified by its codename, in case of this project it is `en-US` and `es-ES`.
The used language is obtained from the URL in the `/DancingGoat/Infrastructure/RouteRequestCultureProvider` and set as a culture of the app.
The app demonstrates the usage of language prefixes (e.g. `/en-US/articles`) for localizing URLs for SEO purposes. Each language is identified by its codename, in case of this project, it is `en-US` and `es-ES`.
The used language is obtained from the URL via `/DancingGoat/Infrastructure/RouteRequestCultureProvider` and set as the culture of the app.
## Get involved

Check out the [contributing](CONTRIBUTING.md) page to see the best places to file issues, start discussions, and begin contributing.

0 comments on commit d41d178

Please sign in to comment.