# clique-tutorial **Repository Path**: mirrors_Kitware/clique-tutorial ## Basic Information - **Project Name**: clique-tutorial - **Description**: A simple tutorial to get you started with Clique - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # clique-tutorial A simple tutorial to get you started with Clique ## Building the Tutorial Application **Clone the repository.** You will need to clone this repository to start: ```` git clone https://github.com/Kitware/clique-tutorial cd clique-tutorial ```` **Get the data.** Download [this file](http://romanesco.readthedocs.org/en/latest/\_static/facebook-sample-data.txt), containing a sample Facebook network. **Install the front-end dependencies.** Run the following command: ```` bower install webcola 'clique#40f2c1bf31d6b15374498420b41d38e97354a688' ```` (The quotes are needed in order to escape the hash symbol.) **Serve the application directory.** Run the following command: ```` python -m SimpleHTTPServer 8000 ```` **Try the application.** Open http://localhost:8000 in your browser.