Serving assets for handling universal links
http://join.status.im
43b675eaad
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.3. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/y18n-v4.0.3/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/compare/v4.0.0...y18n-v4.0.3) --- updated-dependencies: - dependency-name: y18n dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
bin | ||
public | ||
resources | ||
routes | ||
tests | ||
utils | ||
views | ||
.dockerignore | ||
.gitignore | ||
Dockerfile | ||
Jenkinsfile | ||
LICENSE | ||
README.md | ||
app.js | ||
docker-compose.override.yml | ||
docker-compose.yml | ||
package.json | ||
yarn.lock |
README.md
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://ci.status.im/job/website/job/join.status.im/
Deployment
The code is automatically deployed when pushed to master