dependabot[bot] d5b12336df
Bump dot-prop from 4.2.0 to 4.2.1
Bumps [dot-prop](https://github.com/sindresorhus/dot-prop) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/sindresorhus/dot-prop/releases)
- [Commits](https://github.com/sindresorhus/dot-prop/compare/v4.2.0...v4.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-19 16:51:52 +00:00
2019-04-18 18:11:37 +02:00
2020-10-09 20:27:40 +02:00
2018-07-03 02:29:02 -04:00
2018-07-02 15:41:06 +02:00
2018-06-27 15:30:27 +02:00
2020-02-26 10:16:51 +01:00
2020-11-19 16:51:52 +00:00

Universal links handler

App to handle universal links served at http://join.status.im

Getting Started

Prerequisites

You need to have docker & docker-compose installed

Development

Start docker-compose with:

docker-compose -p whatever up

It will listen on port 8080 and mount the correct volumes so any change is then reflected.

node_modules are mounted as a volume so in case you change package-lock.json will need to be re-installed in the docker container.

Production locally

Start docker-compose with:

docker-compose -p whatever -f docker-compose.yml up

Don't forget to rebuild the image if you made any changes

docker-compose -p whatever -f docker-compose.yml build

It will build the image and start the container listening on port 8080

Testing

yarn run tests

CI: https://jenkins.status.im/job/misc/job/universal-links-handler/

Deployment

The code is automatically deployed when pushed to master

Description
Serving assets for handling universal links
http://join.status.im
Readme MIT
Languages
EJS 65.1%
JavaScript 34.7%
Dockerfile 0.2%