From 32d90fc3105aadbb66b2d742fe3555602e8dc74f Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Fri, 31 Jul 2026 22:31:27 +0200 Subject: [PATCH] docs(readme): add project structure section --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 10b71d5..7172aab 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,15 @@ The assets for the frontend of the search engine *Seekra* ## Setup Please execute the setup script in `scripts/` for your platform when cloning the repository. + +## Project structure + +All assets are located in subfolders for their asset type in `src/`. Assets types are: + +- Fonts (`fonts`) +- Images (`images`) +- Videos (`videos`) +- Audio (`audio`) +- Icons (`icons`) + +There are also some special `src/` subfolders like those for legal content. \ No newline at end of file