mirror of
https://github.com/vacp2p/vac.dev.git
synced 2026-01-09 14:47:59 -05:00
b755aee84c1fade8c247a3cd9c12867bb0236b3c
* Update vac.dev main copy * Add principles page * Update projects page * Format research-areas * Format principles * Update projects * Update projects on main page * Format main page * Tweak main page * Add open problems stub * Add contribute stub * Update media page - add Waku v2 training session * Remove about folder and move media to top level * Update config layout * update open problems * sembr principles * add ietf nod * fix * Update research-areas.md Co-authored-by: Daniel Kaiser <git@kais3r.de> * Update projects.md Co-authored-by: Daniel Kaiser <git@kais3r.de> * Update research-areas.md Co-authored-by: Daniel Kaiser <git@kais3r.de> * Update research-areas.md Co-authored-by: Daniel Kaiser <git@kais3r.de> * Update research-areas.md Co-authored-by: Daniel Kaiser <git@kais3r.de> * Update vac.md Co-authored-by: Daniel Kaiser <git@kais3r.de> Co-authored-by: User Name <user@mbp22.local> Co-authored-by: Daniel Kaiser <git@kais3r.de>
Vac.dev Website
Made and deployed with logos site-builder.
Continuous Deloyment
stagingbranch is deployed to staging.vac.devmasterbranch is deployed to vac.dev
Change Process
- Create a new working branch from
staging:git checkout staging; git checkout -b my-changes; - Proceed with changes, push to
originand open a Pull Request againststaging; - Once approved, merge pull request, check changes on staging.vac.dev;
- Once ready to promote to live website, rebase master on staging:
git checkout master; git pull master; git rebase origin/staging; git push.
Description
Languages
MDX
99.3%
JavaScript
0.5%
Nix
0.1%