- docker
- docker-compose (version 2.6 or up)
- tmux
npm install
npx sealgen make-env
docker-compose up -d db mailcatcher
npm run watch
npx sealgen add-component
And then go to localhost:8080/components
to preview your custom component
First time after installing the project run this command to download firefox
npx playwright install firefox
And then
npm run test