Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alan2207 committed Aug 12, 2021
1 parent c1080bc commit 8571892
Show file tree
Hide file tree
Showing 9 changed files with 119 additions and 108 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Feel free to explore the codebase to get the most value out of the repo.

#### Disclaimer:

This is not supposed to be a template or a framework. It is an opinionated guide that shows how to do some things in a certain way. You are not forced to do everything exactly as it is shown here, decide what works best for you and your team and be consistent with your style.
This is not supposed to be a template, boilerplate or a framework. It is an opinionated guide that shows how to do some things in a certain way. You are not forced to do everything exactly as it is shown here, decide what works best for you and your team and be consistent with your style.

## Table Of Contents:

Expand Down
5 changes: 5 additions & 0 deletions docs/application-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ The application contains the following models:

## Get Started

Prerequisites:

- Node 14+
- Yarn 1.22+

To set up the app execute the following commands.

```bash
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/faker": "^5.5.6",
"@types/jest": "^26.0.15",
"@types/node": "^16.0.0",
"@types/react": "^17.0.0",
Expand Down Expand Up @@ -48,6 +47,7 @@
"test": "is-ci \"test:coverage\" \"test:watch\"",
"test:jest": "craco test",
"test:coverage": "CI=1 yarn test:jest -- --coverage",
"postinstall": "husky install",
"cy:install": "cypress install",
"cy:run": "cypress run",
"cy:open": "cypress open",
Expand Down Expand Up @@ -94,6 +94,7 @@
"@testing-library/cypress": "^7.0.6",
"@testing-library/react-hooks": "^7.0.0",
"@types/dompurify": "^2.2.2",
"@types/faker": "^5.5.7",
"@types/jsonwebtoken": "^8.5.1",
"@types/lodash": "^4.14.170",
"@types/marked": "^2.0.3",
Expand Down Expand Up @@ -156,7 +157,7 @@
]
},
"lint-staged": {
"*.+(js|ts|tsx)": [
"*.+(ts|tsx)": [
"yarn lint"
]
}
Expand Down
Loading

0 comments on commit 8571892

Please sign in to comment.