2022-06-11 00:48:31 +10:00
2021-10-19 16:09:03 +02:00
2021-10-19 16:09:03 +02:00
2021-11-02 14:02:31 +01:00
2021-10-19 16:09:03 +02:00
2022-06-11 00:48:31 +10:00
2021-11-15 11:30:58 +01:00

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

Change Process

  1. Create a new working branch from develop: git checkout develop; git checkout -b my-changes,
  2. Proceed with changes, push to origin and open a Pull Request against develop,
  3. Once approved, merge pull request, check changes on dev.waku.org,
  4. Once ready to promote to live website, rebase master on develop: git checkout master; git pull master; git rebase origin/develop; git push.
Description
Languages
MDX 90.9%
JavaScript 5.6%
SCSS 2.7%
TypeScript 0.6%
Shell 0.2%