mirror of
https://github.com/vacp2p/vac.dev-experimental-old.git
synced 2025-01-11 14:24:42 +00:00
Jakub Sokołowski
41d2c97169
Jenkinsfile: update dev site hostname
Signed-off-by: Jakub Sokołowski <jakub@status.im>
Vac.dev Website
Originally created by EthWorks.
Development
- Install Depndencies:
yarn install bundles install
- Build Website
yarn run build
- For development or server:
yarn run dev yarn run start
Continuous Integration
develop
branch is pushed to dev.vac.dev via this CI Jobmaster
branch is pushed to vac.dev via this CI Job
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
HTML
58.2%
JavaScript
38.9%
CSS
2.8%