mirror of
https://github.com/vacp2p/vac.dev.git
synced 2026-01-09 14:47:59 -05:00
036b931005361d9d81ebf3890076a7137619e481
Vac.dev Website
Originally created by EthWorks.
Development
- Install Depndencies:
yarn install bundle install - Build Website
yarn run build - For development or server:
yarn run dev yarn run start
Continuous Integration
developbranch is pushed to dev.vac.dev via this CI Jobmasterbranch is pushed to vac.dev 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
originand open a Pull Request againstdevelop, - Once approved, merge pull request, check changes on dev.vac.dev,
- Once ready to promote to live website, rebase master on develop:
git checkout master; git pull master; git rebase origin/develop; git push.
Known Issues
Bundler and Jekyll on Apple M1 (with Ruby x86_64)
arch -x86_64 gem install --user-install bundler jekyll
echo 'export PATH="~/.gem/ruby/2.6.0/bin:$PATH"' >> ~/.zshrc
bundle update
Description
Languages
MDX
99.3%
JavaScript
0.5%
Nix
0.1%