Summary: Ref T2818 Reviewers: FilipI Reviewed By: FilipI Subscribers: FilipI, jenkins-user Maniphest Tasks: T2818 Differential Revision: https://hub.sealcode.org/D1369
Improve importing of the app object within JDD components - see https://forum.sealcode.org/t/how-to-use-sealious-app-orm-methods-in-jdd/1979
Improve importing of the app object within JDD components - see https://forum.sealcode.org/t/how-to-use-sealious-app-orm-methods-in-jdd/1979
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
Languages
TypeScript
72.9%
CSS
24.3%
Shell
1.9%
JavaScript
0.7%
Dockerfile
0.2%