You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Kuba Orlik a05d66fb43 Trim the env vars 2 months ago
assets Initial commit 3 years ago
docker Create Todo app 6 months ago
src Trim the env vars 2 months ago
webhint Up node version to 21 so we have native fetch 2 months ago
.arcconfig Bring the repo up to speed with our recent developments 2 years ago
.arclint Linter to consider ts and scss files as well 3 years ago
.eslintrc.cjs Working tests in ESM mode. 4 months ago
.gitignore Create Todo app 6 months ago
.hintrc Update hintrc 2 years ago
.hintrc.local.json Bring the repo up to speed with our recent developments 2 years ago
.nvmrc Up node version to 21 so we have native fetch 2 months ago
.prettierrc added collections back to playground 2 years ago
README.md Potentially fix problems with refreshing HTML/CSS 2 months ago
docker-compose.yml Autostart mongo 2 months ago
docker-up.sh Working tests in ESM mode. 4 months ago
jenkins.prepare.sh Create Todo app 6 months ago
jenkins.sanity.sh Create Todo app 6 months ago
jenkins.start.sh Fix jenkins ports 2 years ago
jenkins.stop.sh Remove node_modules on stop 3 years ago
nodemon.json Potentially fix problems with refreshing HTML/CSS 2 months ago
npm.sh Working tests in ESM mode. 4 months ago
package-lock.json Update tempstream 2 months ago
package.json Update tempstream 2 months ago
secrets.example.json Jenkins scripts 3 years ago

README.md

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