Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/package-lock #166

Merged
merged 3 commits into from
Mar 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ for Cordova) to access native APIs and [Angular][angular] for UI.
#### Quickstart (Tools)

- [git][git]
- [node.js][node]
- [node.js][node] (version 16.14)
- [Ionic CLI][ionic-cli]
- [Visual Studio Code][vscode] with [prettier][vscode-prettier]
- [Android Studio][androidstudio] / [XCode][xcode]

---

For basic UI development you need [node.js][node] installed - further information can be found [here](https://nodejs.org/de/download/package-manager/).
For basic UI development you need [node.js][node] (version 16.14) installed - further information can be found [here](https://nodejs.org/de/download/package-manager/).
As an IDE you can basically choose by your own taste. Our recommendation is to use [Visual Studio Code][vscode] with the code formatter [Prettier][vscode-prettier] using [these settings](.prettierrc.json). This guarantees consistent and uniform code.

##### Clone the repository
Expand Down Expand Up @@ -187,7 +187,7 @@ These tests are automatically executed when pushing to the development branch. T

```
SIMPORT Learning App
Copyright (c) 2020 Sitcom Lab
Copyright (c) 2022 Sitcom Lab
```

[Further information](LICENSE)
Expand Down
Loading