Skip to content

EthWorks/vacp2p.github.io

 
 

Repository files navigation

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

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

Releases

No releases published

Packages

No packages published

Languages

  • HTML 54.4%
  • JavaScript 39.3%
  • CSS 4.6%
  • Ruby 1.7%