Go to file
Kuba Orlik 755a745db2 Update sealious
assets Initial commit
docker Create Todo app
src More isolated webhint tests
webhint More isolated webhint tests
.arcconfig Bring the repo up to speed with our recent developments
.arclint Linter to consider ts and scss files as well
.eslintrc.cjs Working tests in ESM mode.
.gitignore Create Todo app
.hintrc Update hintrc
.hintrc.local.json Bring the repo up to speed with our recent developments
.prettierrc added collections back to playground
README.md Update to newest Sealgen
docker-compose.yml Create Todo app
docker-up.sh Working tests in ESM mode.
jenkins.prepare.sh Create Todo app
jenkins.sanity.sh Create Todo app
jenkins.start.sh Fix jenkins ports
jenkins.stop.sh Remove node_modules on stop
nodemon.json Nodemon updates
npm.sh Working tests in ESM mode.
package-lock.json More isolated webhint tests
package.json Update sealious
secrets.example.json Jenkins scripts

README.md

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

./npm.sh run test