Waku.org https://waku.org
Go to file
Franck R 9a33fa47fa
Fix typo (#8)
2022-01-24 10:55:28 +08:00
ci move from waku.vac.dev to wakunetwork.com 2022-01-21 15:44:42 +01:00
src Fix typo (#8) 2022-01-24 10:55:28 +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