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 d552874c6f Revert "Updated our dependencies: sealgen, ts-predicates, locreq,"
This reverts commit cfa704f119.

Cofam, bo zmiany w depkach powodowały problemy z typecheckiem, zob. https://hub.sealcode.org/rPLAYcfa704f1191612a6bc93531bb79575d71134965c#22123
1 year ago
assets Initial commit 4 years ago
docker Add tmux to dockerfile so it can run in the container on non-linux systems 1 year ago
src Update sealious and sealgen 2 years 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 4 years ago
.eslintrc.js Bring the repo up to speed with our recent developments 2 years ago
.gitignore Update to newest Sealgen 2 years ago
.hintrc Update hintrc 2 years ago
.hintrc.local.json Bring the repo up to speed with our recent developments 2 years ago
.prettierrc added collections back to playground 3 years ago
README.md Update to newest Sealgen 2 years ago
docker-compose.yml Bring the repo up to speed with our recent developments 2 years ago
jenkins.prepare.sh Fix jenkins ports 2 years ago
jenkins.sanity.sh Update to newest Sealgen 2 years ago
jenkins.start.sh Fix jenkins ports 2 years ago
jenkins.stop.sh Remove node_modules on stop 3 years ago
nodemon.json Nodemon updates 2 years ago
npm.sh Add env to npm.sh so it can connect to db 1 year ago
package-lock.json Revert "Updated our dependencies: sealgen, ts-predicates, locreq," 1 year ago
package.json Revert "Updated our dependencies: sealgen, ts-predicates, locreq," 1 year ago
secrets.example.json Jenkins scripts 3 years ago
webpack.config.js Better webpack config 4 years ago

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