changed scripts location

This commit is contained in:
Yannic Kilcher
2022-12-17 22:31:21 +01:00
parent f6c8eae88f
commit 0d9034e4bb
7 changed files with 6 additions and 9 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ All open source projects begins with people like you. Open source is the belief
Work is organized in the [project board](https://github.com/orgs/LAION-AI/projects/3).
- To get started with development, if you want to work on the backend, have a look at `backend/scripts/backend-development/README.md`.
- If you want to work on the frontend, have a look at `backend/scripts/frontend-development/README.md`.
- To get started with development, if you want to work on the backend, have a look at `scripts/backend-development/README.md`.
- If you want to work on the frontend, have a look at `scripts/frontend-development/README.md`.
There is also a minimal implementation of a frontend in the `text-frontend` folder.