twenty/packages/twenty-ui
Thaïs bf8ee99ebb
chore: use common eslint config for most packages (#4705)
Split from https://github.com/twentyhq/twenty/pull/4518

Related to #4766 

Mutualizes eslint config between projects.
I didn't include `twenty-server` in this PR as this was causing too many
lint errors.
2024-04-04 12:05:26 +02:00
..
.storybook Setup the foundation for Twenty UI library. (#4423) 2024-03-13 14:21:18 +01:00
src 3886 - Shortcut Sort/Filter (#3901) 2024-04-04 00:43:44 +02:00
.eslintrc.cjs chore: use common eslint config for most packages (#4705) 2024-04-04 12:05:26 +02:00
jest.config.ts Setup the foundation for Twenty UI library. (#4423) 2024-03-13 14:21:18 +01:00
package.json Setup the foundation for Twenty UI library. (#4423) 2024-03-13 14:21:18 +01:00
project.json chore: use common eslint config for most packages (#4705) 2024-04-04 12:05:26 +02:00
README.md Setup the foundation for Twenty UI library. (#4423) 2024-03-13 14:21:18 +01:00
tsconfig.json Setup the foundation for Twenty UI library. (#4423) 2024-03-13 14:21:18 +01:00
tsconfig.lib.json chore: use common eslint config for most packages (#4705) 2024-04-04 12:05:26 +02:00
tsconfig.spec.json chore: use common eslint config for most packages (#4705) 2024-04-04 12:05:26 +02:00
tsconfig.storybook.json chore: use common eslint config for most packages (#4705) 2024-04-04 12:05:26 +02:00
vite.config.ts refactor: move createState to twenty-ui (#4716) 2024-04-01 13:22:51 +02:00

Twenty UI

This library was generated with Nx.

Building

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

Storybook Server

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

Running unit tests

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