From 39fbc231d00eb38f316e65ee903cceab5d930d18 Mon Sep 17 00:00:00 2001 From: Bastien Dumont <bdumont@grandlyon.com> Date: Tue, 21 Nov 2023 14:25:17 +0100 Subject: [PATCH 1/2] update readme --- README.md | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/README.md b/README.md index a67e9b185..0df4c7226 100644 --- a/README.md +++ b/README.md @@ -1,35 +1,7 @@ # Rés'in Client -## [Wikis](https://forge.grandlyon.com/web-et-numerique/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_client/-/wikis/home) - -Find [here](https://forge.grandlyon.com/web-et-numerique/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_client/-/wikis/home) wikis about useful informations like installation and gitflow. - -## Development server - -Run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. - -## Code scaffolding - -Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`. - -## Build - -Run `npm run build:dev` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `npm run build:prod` flag for a production build. +<https://resin-dev.grandlyon.com/doc/> ## Contributing Use conventional commit format. For more info please read this article on [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) - -## Documentation - -A documentation is generated with compodoc in addition of the existing documentation on the wiki. - -```sh -npm run doc:serve -``` - -You can now visualize it at : `localhost:8080` - -## Further help - -To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md). -- GitLab From 67cc930dec66d4b15df5ef9af5cce9ab8a9435fe Mon Sep 17 00:00:00 2001 From: Bastien Dumont <bdumont@grandlyon.com> Date: Tue, 21 Nov 2023 14:31:15 +0100 Subject: [PATCH 2/2] prettify link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0df4c7226..26dcc50c5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Rés'in Client -<https://resin-dev.grandlyon.com/doc/> +## [Documentation](https://resin-dev.grandlyon.com/doc/) ## Contributing -- GitLab