You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,13 @@ npm run dev
38
38
39
39
Note that you need to install [Node.js](https://nodejs.org/en/) and [npm](https://www.npmjs.com/) to run the project locally. We recommend using `version v22` of Node.js.
40
40
41
+
### Useful Commands
42
+
43
+
-**`npm run lint`**: Runs ESLint to check for code issues.
44
+
-**`npm run lint:fix`**: Runs ESLint and fixes auto-fixable issues.
45
+
-**`npm run format`**: Checks code formatting with Prettier.
46
+
-**`npm run format:fix`**: Formats code according to Prettier rules.
47
+
41
48
## Contributing
42
49
43
50
Thank you for your interest in contributing to Afet Yönetim Sistemi project. We appreciate your help in making our project better and more useful to everyone. To contribute to the project, please read the [contributing guidelines](CONTRIBUTING.md) first.
0 commit comments