Go to file
Kuba Orlik 5261a3140d Add requirements
assets Initial commit
docker Bring the repo up to speed with our recent developments
src Fix crash when changing admin email
.arcconfig Bring the repo up to speed with our recent developments
.arclint Linter to consider ts and scss files as well
.eslintrc.js Bring the repo up to speed with our recent developments
.gitignore Bring the repo up to speed with our recent developments
.hintrc Bring the repo up to speed with our recent developments
.hintrc.local.json Bring the repo up to speed with our recent developments
.prettierrc added collections back to playground
README.md Add requirements
docker-compose.yml Bring the repo up to speed with our recent developments
esbuild.js More resilient esbuild
jenkins.prepare.sh Bring the repo up to speed with our recent developments
jenkins.sanity.sh Bring the repo up to speed with our recent developments
jenkins.start.sh Bring the repo up to speed with our recent developments
jenkins.stop.sh Remove node_modules on stop
nodemon.json Automatyczne killowanie portu przy nodemonowym restarcie
npm.sh Bring the repo up to speed with our recent developments
package-lock.json Auto-updating scss styles
package.json Auto-updating scss styles
secrets.example.json Jenkins scripts
webpack.config.js Better webpack config

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

npm run watch

Testing

./npm.sh run test