This is an incomplete, experimental AI chat app.
You can learn more about it on the website.
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/localIf tests are timing out, you may also want to set
export PLAYWRIGHT_TIMEOUT=20000