layout | title | permalink |
---|---|---|
docs |
Async |
/docs/effects/async/ |
System requirements:
You just need to do this one time in case you have problems building the site
ruby
>= 2.4.0 (check rvm.io on the best way to installruby
on your system)rubygems
>= 2.5.0 (gem update --system
will update yourruby
ecosystem)bundler
>= 2.0.0 (gem install bundler
will install the latest version)
Run build-and-run-website.sh
script which is located in scripts
directory.
It can be executed from any directory:
$> ./scripts/build-and-run-website.sh
$> cd scripts
$> ./build-and-run-website.sh