# jquery-cheatsheet **Repository Path**: robinnode/jquery-cheatsheet ## Basic Information - **Project Name**: jquery-cheatsheet - **Description**: jQuery interactive cheatsheet - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README jquery-cheatsheet ================= jQuery interactive cheatsheet http://oscarotero.com/jquery/ Requirements: ------------- * PHP 5.5 * composer (to install php dependencies) * node (to install and optimize frontend libraries) Installation: ------------- ``` $ git clone https://github.com/oscarotero/jquery-cheatsheet.git $ cd jquery-cheatsheet $ composer install ``` To build the site: ``` $ php fol build ``` To view the site: ``` $ php fol server ```