Skip to content

Commit

Permalink
fix/readme_image_is_unavailable_on_npm_and_executable_command_is_wrong (
Browse files Browse the repository at this point in the history
  • Loading branch information
LarysaShashuk authored Oct 9, 2024
1 parent 6102db5 commit 94a7ef8
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 19 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
![Cardinal logo](./template/src/assets/logo_for_readme.svg)
![Cardinal logo](./cardinal_logo.svg)

<h1>CardinalSDK React JS Template</h1>

Start working on your e-health React JS app with Cardinal in a few minutes, by using our dedicated React JS template:

```
yarn create react-app my-health-tech-app --template @icure/cra-template-icure-ehr-lite
yarn create react-app my-health-tech-app --template @icure/cra-template-typescript-cardinal-sdk
```

Once your app is created, rename the file `.env.default` to `.env`, complete the values it contains:
Expand Down
File renamed without changes
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@icure/cra-template-typescript-cardinal-sdk",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"start": "concurrently --kill-others \"less-watch-compiler --config less-watcher.config.json\" \"react-scripts start\"",
"build": "react-scripts build",
Expand Down Expand Up @@ -44,18 +44,12 @@
"concurrently": "^8.2.2",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react": "^1.1.7",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^3.13.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"less": "^4.1.2",
"less-watch-compiler": "^1.16.3",
"lint-staged": "^12.3.7",
"prettier": "^2.6.1",
"pretty-quick": "^3.1.3",
"typescript": "^4.9.5"
}
}
4 changes: 2 additions & 2 deletions template/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
![Cardinal logo](./src/assets/logo_for_readme.svg)
![Cardinal logo](./src/assets/cardinal_logo.svg)

<h1>CardinalSDK React JS Template</h1>

Start working on your e-health React JS app with Cardinal in a few minutes, by using our dedicated React JS template:

```
yarn create react-app my-health-tech-app --template @icure/cra-template-icure-ehr-lite
yarn create react-app my-health-tech-app --template @icure/cra-template-typescript-cardinal-sdk
```

Once your app is created, rename the file `.env.default` to `.env`, complete the values it contains:
Expand Down
9 changes: 1 addition & 8 deletions template/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@icure/cra-template-typescript-cardinal-sdk",
"version": "1.0.0",
"private": true,
"version": "1.0.1",
"scripts": {
"start": "concurrently --kill-others \"less-watch-compiler --config less-watcher.config.json\" \"react-scripts start\"",
"build": "react-scripts build",
Expand Down Expand Up @@ -45,18 +44,12 @@
"concurrently": "^8.2.2",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react": "^1.1.7",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^3.13.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"less": "^4.1.2",
"less-watch-compiler": "^1.16.3",
"lint-staged": "^12.3.7",
"prettier": "^2.6.1",
"pretty-quick": "^3.1.3",
"typescript": "^4.9.5"
}
}
12 changes: 12 additions & 0 deletions template/src/assets/cardinal_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 94a7ef8

Please sign in to comment.