DappConnect website https://wakuconnect.dev/
Go to file
F 3f38a91641
Rename DappConnect to WakuConnect (#16)
2021-12-20 15:22:55 +11:00
scripts add Jenkinsfile and update README.md (#12) 2021-12-11 21:11:06 +11:00
src Rename DappConnect to WakuConnect (#16) 2021-12-20 15:22:55 +11:00
.gitignore Initial project 2021-09-13 11:15:50 +02:00
Jenkinsfile add Jenkinsfile and update README.md (#12) 2021-12-11 21:11:06 +11:00
LICENSE add Jenkinsfile and update README.md (#12) 2021-12-11 21:11:06 +11:00
README.md Rename DappConnect to WakuConnect (#16) 2021-12-20 15:22:55 +11:00
_config.yml Initial project 2021-09-13 11:15:50 +02:00
gulpfile.js add copying of CNAME file from src 2021-12-11 23:07:04 +01:00
package.json Rename DappConnect to WakuConnect (#16) 2021-12-20 15:22:55 +11:00
postcss.config.js add Jenkinsfile and update README.md (#12) 2021-12-11 21:11:06 +11:00
tailwind.config.js Pawel eth master (#10) 2021-12-10 16:21:05 +11:00
yarn.lock add Jenkinsfile and update README.md (#12) 2021-12-11 21:11:06 +11:00

README.md

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.