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 dd9362f9e4 Checkpoint. Need to add an easy way to read route params to render a single sealious item 2 years ago
assets Initial commit 3 years ago
docker Bring the repo up to speed with our recent developments 2 years ago
src Checkpoint. Need to add an easy way to read route params to render a single sealious item 2 years ago
vroom-conf Checkpoint. Need to add an easy way to read route params to render a single sealious item 2 years ago
vroom-frontend Checkpoint. Need to add an easy way to read route params to render a single sealious item 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 3 years ago
.eslintrc.js Bring the repo up to speed with our recent developments 2 years ago
.gitignore Checkpoint. Need to add an easy way to read route params to render a single sealious item 2 years ago
.hintrc Bring the repo up to speed with our recent developments 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 2 years ago
README.md Checkpoint. Need to add an easy way to read route params to render a single sealious item 2 years ago
docker-compose.yml Checkpoint. Need to add an easy way to read route params to render a single sealious item 2 years ago
esbuild.js Checkpoint. Need to add an easy way to read route params to render a single sealious item 2 years ago
get-map.sh Checkpoint. Need to add an easy way to read route params to render a single sealious item 2 years ago
jenkins.prepare.sh Bring the repo up to speed with our recent developments 2 years ago
jenkins.sanity.sh Bring the repo up to speed with our recent developments 2 years ago
jenkins.start.sh Bring the repo up to speed with our recent developments 2 years ago
jenkins.stop.sh Remove node_modules on stop 3 years ago
nodemon.json Automatyczne killowanie portu przy nodemonowym restarcie 3 years ago
npm.sh Bring the repo up to speed with our recent developments 2 years ago
package-lock.json Checkpoint. Need to add an easy way to read route params to render a single sealious item 2 years ago
package.json Checkpoint. Need to add an easy way to read route params to render a single sealious item 2 years ago
secrets.example.json Jenkins scripts 3 years ago
webpack.config.js Better webpack config 3 years ago

README.md

Sealious App

Requirements

  • docker
  • docker-compose (version 2.6 or up)

Installation

./get-map.sh
./npm.sh install
docker-compose build

Always use ./npm.sh when installing dependencies.

Running the app in development mode

docker-compose up -d
npm run watch

Testing

./npm.sh run test