DappConnect website https://wakuconnect.dev/
Go to file
Franck Royer 34c31fe04b
Update Twitter handle
2022-05-24 18:00:11 +10:00
scripts ci: fix build folder in scripts/deploy.js 2022-01-11 09:24:02 +01:00
src Update Twitter handle 2022-05-24 18:00:11 +10:00
.gitignore Initial project 2021-09-13 11:15:50 +02:00
Jenkinsfile ci: fix devel publish step branch condition 2022-01-11 09:25:59 +01:00
LICENSE add Jenkinsfile and update README.md (#12) 2021-12-11 21:11:06 +11:00
README.md ci: update domain to wakuconnect.dev 2022-01-10 15:41:44 +01: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 Waku Connect has a space (#22) 2022-01-27 11:21:16 +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.