项目作者: arnolanglade

项目描述 :
Backend developer at @convelio, former core developer @sylius and @akeneo
高级语言: CSS
项目地址: git://github.com/arnolanglade/arnolanglade.github.io.git
创建时间: 2015-11-23T12:29:45Z
项目社区:https://github.com/arnolanglade/arnolanglade.github.io

开源协议:

下载


Develop

Install the dependencies for Bookshop:

  1. $ npm install

Install the Jekyll dependencies with Bundler:

  1. $ npm run install-jekyll

Run the website:

  1. $ npm start

Misc:

mkdir ~/.ruby
echo ‘export GEM_HOME=~/.ruby/‘ >> ~/.zshrc
echo ‘export PATH=”$PATH:~/.ruby/bin”‘ >> ~/.zshrc
source ~/.zshrc
bundle add webrick