DappConnect website
https://wakuconnect.dev/
3f38a91641 | ||
---|---|---|
scripts | ||
src | ||
.gitignore | ||
Jenkinsfile | ||
LICENSE | ||
README.md | ||
_config.yml | ||
gulpfile.js | ||
package.json | ||
postcss.config.js | ||
tailwind.config.js | ||
yarn.lock |
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:
master
is deployed to https://dappconnect.dev/ by CIdevelop
is deployed to https://dev.dappconnect.dev/ by CI
PRs should be made for develop
branch and master
should be rebased on develop
once changes are verified.