Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
layout title permalink
docs
Async
/docs/effects/async/

Documentation

Prerequisites

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 install ruby on your system)
  • rubygems >= 2.5.0 (gem update --system will update your ruby ecosystem)
  • bundler >= 2.0.0 (gem install bundler will install the latest version)

Build and run in your local environment

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