mirror of
https://github.com/vacp2p/wakuconnect.dev.git
synced 2026-01-09 15:28:03 -05:00
6c60d75baf2ea7dd64f3d5b280610f764b5a5e84
Signed-off-by: Jakub Sokołowski <jakub@status.im>
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:
masteris deployed to https://wakuconnect.dev/ by CIdevelopis deployed to https://dev.wakuconnect.dev/ by CI
PRs should be made for develop branch and master should be rebased on develop once changes are verified.
Languages
CSS
98.5%
HTML
1.3%
JavaScript
0.2%