Nijat Babakhanov b19325e08a technology tile jdd
Summary:
T2929

technology tile jdd

Reviewers: #reviewers, kuba-orlik

Reviewed By: #reviewers, kuba-orlik

Subscribers: kuba-orlik, jenkins-user

Differential Revision: https://hub.sealcode.org/D1580
2025-05-01 14:36:10 +02:00
2021-01-06 19:39:53 +01:00
2024-03-21 18:27:47 +01:00
2024-10-07 17:43:01 +02:00
2025-05-01 14:36:10 +02:00
2024-03-20 23:17:24 +01:00
2024-07-04 21:31:58 +02:00
2024-07-04 21:31:58 +02:00
2025-01-30 02:08:02 +01:00
2024-05-05 18:28:46 +02:00
2024-04-07 17:50:35 +02:00
2025-01-30 02:08:02 +01:00
2024-07-04 21:31:58 +02:00
2024-07-04 21:31:58 +02:00
2024-10-07 17:43:01 +02:00
2023-12-30 21:48:57 +01:00
2025-03-27 20:13:24 +01:00
2025-03-27 20:13:24 +01:00
2024-10-07 17:43:01 +02:00
2021-06-14 13:01:14 +02:00
2024-10-07 17:43:01 +02:00

Sealious app

Requirements

  • docker
  • docker-compose (version 2.6 or up)
  • tmux

Installation

npm install

Running the app in development mode

npx sealgen make-env
docker-compose up -d db mailcatcher meilisearch
npm run watch

Adding a component

npx sealgen add-component

And then go to localhost:8080/components to preview your custom component

Testing

First time after installing the project run this command to download firefox

npx playwright install firefox

And then

npm run test

The tests don't run webhint by default - it's delegated to run on Jenkins.

If Jenkins complains about a webhint issue and you'd like to reproduce that on your local machine, run

npm run full-test

The tests run in pararell mode by default, to speed things up. Because of that, the .only syntax doesn't work. To run tests without pararell mode, run npm run full-test --serial - you can then use the .only syntax to run a particular test

Description
No description provided
Readme 7.5 MiB
Languages
TypeScript 72.9%
CSS 24.3%
Shell 1.9%
JavaScript 0.7%
Dockerfile 0.2%