Waku.org https://waku.org
Go to file
Franck R b2073cf7cc
Rename DappConnect to Waku Connect & Fix some links (#7)
* Rename DappConnect to Waku Connect

* Add link to waku connect

* Add link to specs

* Fix Status link
2022-01-24 09:17:26 +08:00
ci move from waku.vac.dev to wakunetwork.com 2022-01-21 15:44:42 +01:00
src Rename DappConnect to Waku Connect & Fix some links (#7) 2022-01-24 09:17:26 +08:00
.gitignore WAKU website 2021-10-19 16:09:03 +02:00
.htaccess htaccess file 2021-11-02 14:02:31 +01:00
README.md move from waku.vac.dev to wakunetwork.com 2022-01-21 15:44:42 +01:00
_config.yml WAKU website 2021-10-19 16:09:03 +02:00
gulpfile.js ci: add Jenkinsfile, refactor Gulp config 2022-01-18 10:07:25 +01:00
package-lock.json ci: add Jenkinsfile, refactor Gulp config 2022-01-18 10:07:25 +01:00
package.json move from waku.vac.dev to wakunetwork.com 2022-01-21 15:44:42 +01:00
postcss.config.js WAKU website 2021-10-19 16:09:03 +02:00
tailwind.config.js Home hero 2021-11-15 11:30:58 +01:00
yarn.lock ci: add Jenkinsfile, refactor Gulp config 2022-01-18 10:07:25 +01:00

README.md

Description

Website to Waku protocol developed by Vac Team.

Development

Install the dependencies:

yarn install

Start the development server:

yarn run devel

Go to http://localhost:4000 to view the page.

Continuous Integration