add icons and welcome page and readme

This commit is contained in:
2026-05-10 17:56:01 +03:30
parent 4c910cb8e8
commit ac940048d6
8 changed files with 329 additions and 190 deletions

View File

@@ -3,5 +3,11 @@
test('returns a successful response', function () {
$response = $this->get(route('home'));
$response->assertOk();
});
$response
->assertOk()
->assertSee('Embedd HUB')
->assertSee('Local embedding workbench')
->assertSee('Ollama')
->assertDontSee('favicon.svg')
->assertDontSee('favicon.ico');
});