vac.dev-experimental-old/README.md

776 B

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

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