File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33This repository contains a modified version of ** TurboWarp** (itself a modified version of Scratch) adapted for the CodeTorch project.
44
5+ ### Building
6+ ```
7+ git clone https://github.com/CodeTorchNET/CodeTorch-Block-Compiler
8+ cd CodeTorch-Block-Compiler
9+
10+ npm ci
11+
12+ nano .env # modify/create .env files (read more below)
13+
14+ npm start # starts it at localhost:8601
15+ ```
16+
17+ the .env accepts the following:
18+ ```
19+ APP_NAME=CodeTorch
20+ FORCE_EMBED=false # you should probably leave this false
21+ COLLABORATION_DEV_MODE=false
22+
23+ APP_DOMAIN=USELESS_FOR_MOST_DEV_CASES
24+ API_HOST=USELESS_FOR_MOST_DEV_CASES
25+ ASSET_HOST=USELESS_FOR_MOST_DEV_CASES
26+ EXTENSION_HOST=USELESS_FOR_MOST_DEV_CASES
27+ DEFAULT_CLOUD_HOST=USELESS_FOR_MOST_DEV_CASES
28+ TRUSTED_IFRAME_HOST=USELESS_FOR_MOST_DEV_CASES
29+ COLLABORATION_HOST=USELESS_FOR_MOST_DEV_CASES
30+ ```
31+
532### Licensing
633
734* ** GPLv3 Code**
Original file line number Diff line number Diff line change 9292 "redux" : " 3.7.2" ,
9393 "redux-throttle" : " 0.1.1" ,
9494 "scratch-audio" : " github:CodeTorchNET/scratch-audio#develop" ,
95- "scratch-blocks" : " github:CodeTorchNET/scratch-blocks#develop" ,
95+ "scratch-blocks" : " github:CodeTorchNET/scratch-blocks#develop-builds " ,
9696 "scratch-paint" : " github:CodeTorchNET/scratch-paint#develop" ,
9797 "scratch-render" : " github:CodeTorchNET/scratch-render#develop" ,
9898 "scratch-storage" : " github:CodeTorchNET/scratch-storage#develop" ,
You can’t perform that action at this time.
0 commit comments