Skip to content

Commit

Permalink
added logos to *.md files
Browse files Browse the repository at this point in the history
  • Loading branch information
Langbein authored and Langbein committed Feb 24, 2020
1 parent 783a9ff commit 196c645
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 164 deletions.
2 changes: 2 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![RIESGOS Logo](src/assets/logos/riesgos_base_small_en.svg "RIESGOS Logo")

# Contributor Code of Conduct
## Version 0.1-RIESGOS

Expand Down
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![RIESGOS Logo](src/assets/logos/riesgos_base_small_en.svg "RIESGOS Logo")

# Contributing to RIESGOS

We would love for you to contribute to RIESGOS and help make it even better than it is
Expand Down Expand Up @@ -163,4 +165,3 @@ changes to be accepted, the CLA must be signed. It's a quick process, we promise
[github]: https://github.com/riesgos/
[cla]: https://github.com/riesgos/project-riesgos/DLR_Individual_Contributor_License_Agreement_RIESGOS.pdf
[coc]: https://github.com/riesgos/project-riesgos/CODE_OF_CONDUCT.md
[development]: https://github.com/riesgos/project-riesgos/DEVELOPMENT.md
139 changes: 0 additions & 139 deletions DEVELOPMENT_TODO.md

This file was deleted.

30 changes: 6 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,9 @@
# ProjectRiesgos
![RIESGOS Logo](src/assets/logos/riesgos_base_small_en.svg "RIESGOS Logo")

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.3.
## Getting started
This project depends on the 'UKIS frontend libraries', which are distributed as packages on github. To use these packages, please follow the instructions on (the UKIS frontend libraries github page)[https://github.com/dlr-eoc/ukis-frontend-libraries].

## Development server
## Licenses
3rd party licenses are displayed with the component 'licenses.component'. This component requires there to be a file named 'licenses.json' in the assets directory.
This file has been autogenerated with the 'license-checker' npm-module. When new dependencies are added, the file needs to be regenerated manually.

Run `ng serve` 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 `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.

## Running unit tests

Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Running end-to-end tests

Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).

## 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).

0 comments on commit 196c645

Please sign in to comment.