Skip to content
forked from coveo/ui-kit

Coveo UI kit repository, home of @coveo/headless, @coveo/atomic, and more.

Notifications You must be signed in to change notification settings

btaillon-coveo/ui-kit

 
 

Repository files navigation

Coveo UI Kit

Installation

To install all dependencies and link local packages, run:

npm run setup

To build all projects for production, run:

npm run build

To start all projects in development, run:

npm start

Note: You should build all separate projects at least once before running the npm start command the first time.

To run all FTs for Atomic using Cypress, run: (need to start all projects in development before

Note: You should build all separate projects at least once before running tests.

npm run cypresstest

The project uses git hooks with Husky. You can make sure hooks are correctly installed using the npm rebuild command.

The following Visual Studio Code extensions are recommended:

About

Coveo UI kit repository, home of @coveo/headless, @coveo/atomic, and more.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 93.3%
  • JavaScript 3.5%
  • HTML 1.8%
  • Other 1.4%