# clipcc-vm **Repository Path**: alexcui/clipcc-vm ## Basic Information - **Project Name**: clipcc-vm - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## clipcc-vm #### ClipCC VM is a library for representing, running, and maintaining the state of computer programs written using [ClipCC Blocks](https://github.com/Clipteam/clipcc-block). ## Installation This requires you to have Git and Node.js installed. To set up a development environment to edit scratch-vm yourself: ```bash git clone https://github.com/Clipteam/clipcc-vm.git cd clipcc-vm npm install ```