twenty/packages/twenty-ui
Khuddite 2fb920f68c
Fix typo in branch name (#8480)
Fixes #8471 

Updated `0.33.0-canaray` -> `0.33.0-canary`

![CleanShot 2024-11-13 at 09 45
36](https://github.com/user-attachments/assets/6a365542-9b4d-4279-9ef4-966d22863eba)
2024-11-13 19:35:15 +01:00
..
__mocks__
.storybook added typechecking for all ts files (#6466) 2024-08-20 11:05:13 +02:00
scripts Fix Storybook Configuration for Windows Development Environment (#7904) 2024-10-21 18:28:31 +02:00
src Fix style (#8475) 2024-11-13 13:32:40 +00:00
.eslintrc.cjs
jest.config.ts
package.json Fix typo in branch name (#8480) 2024-11-13 19:35:15 +01:00
project.json Clarify storybook tests (#6073) 2024-06-30 20:02:13 +02:00
README.md
setupTests.ts
tsconfig.build.json added typechecking for all ts files (#6466) 2024-08-20 11:05:13 +02:00
tsconfig.dev.json add field config new icons (#6996) 2024-09-13 15:07:38 +02:00
tsconfig.json refactor webhookAnalytics call and enrich analytics module (#8253) 2024-11-08 10:00:51 +01:00
tsconfig.spec.json
tsconfig.storybook.json
vite.config.ts added typechecking for all ts files (#6466) 2024-08-20 11:05:13 +02:00

Twenty UI

This library was generated with Nx.

Building

Run npx nx build twenty-ui to build the library.

Storybook Server

Run npx nx start twenty-ui to start the storybook development server on localhost:6006.

Running unit tests

Run npx nx test twenty-ui to execute the unit tests via Jest.