@@ -6,6 +6,8 @@ A monorepo of the INJECT Exercise Platform.
-[frontend](./frontend/) - The main repository with components specific to INJECT Frontend
-[editor](./editor/) - Sub-repository for INJECT Editor, tool for creating exercises for IXP. It can be compiled as a separate application and is included as a module (micro-frontend) in [frontend](./frontend/)
-[router](./router) - Sub-repository for routing
-[analyst](./analyst/) - A library for components of the analyst view
-[graphql](./graphql/) - A library for the communication with the GraphQL-based backend
-[shared](./shared/) - A library for components and config shared between other repositories
-[eslint-config](./eslint-config/) - Contains eslint configuration which is applied to all repositories implementing `eslint` and `eslint-gitlab` task
@@ -55,6 +57,10 @@ We recommend to use the following workspace settings (copy them into `./vscode/s
{
"directory": "./shared",
"changeProcessCWD": true
},
{
"directory": "./analyst",
"changeProcessCWD": true
}
],
"editor.codeActionsOnSave": {
@@ -143,7 +149,7 @@ yarn lint
-[Ahooks](https://ahooks.js.org/hooks/use-request/index)(for common React Hooks)