mirror of
https://github.com/waku-org/waku.org.git
synced 2025-02-23 11:18:12 +00: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
develop
branch is pushed to dev.waku.org via this CI Jobmaster
branch is pushed to waku.org via this CI Job
Change Process
- Create a new working branch from
develop
:git checkout develop; git checkout -b my-changes
, - Proceed with changes, push to
origin
and open a Pull Request againstdevelop
, - Once approved, merge pull request, check changes on dev.waku.org,
- 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%