Skip to content
/ zamm Public

Experimental AI chat app

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
LICENSE.rtf
Notifications You must be signed in to change notification settings

zamm-dev/zamm

Repository files navigation

ZAMM

Dashboard

This is an incomplete, experimental AI chat app.

You can learn more about it on the website.

Development

The most up-to-date dependencies and their versions can be seen at .github/workflows/tests.yaml. You can either build the project by running make or looking at the Makefile to see the steps needed to build the project.

To set a custom directory for Storybook tests (because the screenshots differ slightly on different machines), you can set

export SCREENSHOTS_BASE_DIR=screenshots/local

If tests are timing out, you may also want to set

export PLAYWRIGHT_TIMEOUT=20000