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 8a47730a48 Initial commit 1 year ago
assets Initial commit 1 year ago
docker Initial commit 1 year ago
src Initial commit 1 year ago
.arcconfig Initial commit 1 year ago
.arclint Initial commit 1 year ago
.eslintrc.js Initial commit 1 year ago
.gitignore Initial commit 1 year ago
.hintrc Initial commit 1 year ago
.hintrc.local.json Initial commit 1 year ago
.prettierrc Initial commit 1 year ago
README.md Initial commit 1 year ago
docker-compose.yml Initial commit 1 year ago
jenkins.prepare.sh Initial commit 1 year ago
jenkins.sanity.sh Initial commit 1 year ago
jenkins.start.sh Initial commit 1 year ago
jenkins.stop.sh Initial commit 1 year ago
nodemon.json Initial commit 1 year ago
npm.sh Initial commit 1 year ago
package-lock.json Initial commit 1 year ago
package.json Initial commit 1 year ago
secrets.example.json Initial commit 1 year ago
webpack.config.js Initial commit 1 year 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

npm run build && SEALIOUS_DB_DELAY=1500 NETWORK_DELAY=1500 npm start

Testing

./npm.sh run test