Skip to content

Commit 68f4926

Browse files
committed
readme cleanup
1 parent b4e7f39 commit 68f4926

File tree

4 files changed

+21
-78
lines changed

4 files changed

+21
-78
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@
2121
node_modules
2222
bower_components
2323
npm-debug.log
24+
25+
.env

jobs/Frontend/.storybook/main.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,5 @@ const config: StorybookConfig = {
1212
options: {},
1313
},
1414
staticDirs: ["../public", "../src/assets"],
15-
// core: {
16-
// builder: {
17-
// name: "@storybook/builder-vite",
18-
// options: {
19-
// viteConfigPath: "./vite.base.config.js",
20-
// },
21-
// },
22-
// },
2315
};
2416
export default config;

jobs/Frontend/README 2.md

Lines changed: 0 additions & 70 deletions
This file was deleted.

jobs/Frontend/Readme.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,22 @@ The use of any additional library is allowed and up to you.
1919
`npm run storybook`
2020

2121
`npm run generate:tmdb-types`
22+
23+
## Tech Stack
24+
25+
- [vite](https://vitejs.dev/)
26+
- [react](https://reactjs.org/)
27+
- [shadcn ui](https://ui.shadcn.com/)
28+
- [react-i18next](https://github.com/i18next/react-i18next)
29+
- [react-lucide](https://lucide.dev/)
30+
- [transmart](https://github.com/Quilljou/transmart)
31+
- [react-query](https://tanstack.com/query/latest/)
32+
- [tailwindcss](https://tailwindcss.com/)
33+
- [less](http://lesscss.org/)
34+
- [postcss](https://postcss.org/)
35+
- [react-router-dom](https://reactrouter.com/en/6.16.0)
36+
- [eslint](https://eslint.org/)/[stylelint](https://stylelint.io/)
37+
- [prettier](https://prettier.io/)
38+
- [editorconfig](https://editorconfig.org/)
39+
- [husky](https://typicode.github.io/husky/#/)/[lint-staged](https://github.com/okonet/lint-staged)
40+
- [commitlint](https://commitlint.js.org/)

0 commit comments

Comments
 (0)