strona-czynna/README.md
Kuba Orlik 7df920534c Changes for jsx from tempstream
Summary: T2738

Reviewers: #testers

Subscribers: kuba-orlik, jenkins-user

Maniphest Tasks: T2738

Differential Revision: https://hub.sealcode.org/D1363
2024-02-01 20:17:45 +01:00

449 B

Sealious app

Requirements

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

Installation

./npm.sh install

Always use ./npm.sh when installing dependencies.

Running the app in development mode

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

Testing

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

npx playwright install firefox

And then

./npm.sh run test