Filip Izydorczyk ba97321778 Added disableCopyEvent
Summary: Ref T2757

Reviewers: kuba-orlik

Reviewed By: kuba-orlik

Subscribers: jenkins-user

Maniphest Tasks: T2757

Differential Revision: https://hub.sealcode.org/D1395
2024-03-12 00:23:07 +01:00
2021-01-06 19:39:53 +01:00
2023-11-06 15:12:54 +01:00
2024-03-12 00:23:07 +01:00
2023-12-30 21:48:57 +01:00
2023-11-06 15:12:54 +01:00
2022-09-21 15:57:21 +02:00
2023-11-06 15:12:54 +01:00
2023-12-30 21:48:57 +01:00
2023-11-06 15:12:54 +01:00
2023-11-06 15:12:54 +01:00
2022-09-03 17:05:17 +02:00
2021-06-30 14:21:11 +02:00
2023-12-30 21:48:57 +01:00
2024-03-11 10:59:20 +01:00
2024-03-11 10:59:20 +01:00
2021-06-14 13:01:14 +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
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
Description
No description provided
Readme 7.5 MiB
Languages
TypeScript 72.9%
CSS 24.3%
Shell 1.9%
JavaScript 0.7%
Dockerfile 0.2%