Files
wakuconnect.dev/README.md
Jakub Sokołowski 6c60d75baf ci: update domain to wakuconnect.dev
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-01-10 15:41:44 +01:00

937 B

Description

This repository is the source for https://wakuconnect.dev/.

It is built with Gulp and styled with TailWind.

Development

Install the dependencies:

yarn install

To simply build the project use:

gulp build

For development use:

gulp devel

Now you should be able to see the project running at localhost:3000.

Continuous Integration

Two branches are built by our Jenkins instance:

PRs should be made for develop branch and master should be rebased on develop once changes are verified.