Skip to content

Development environment configuration

asanzo edited this page Jan 10, 2022 · 4 revisions

Pilas Bloques architecture (as of August 2020) depends on several projects:

To develop Pilas Bloques it is recommended to clone all these repos in the same folder:

Contributions: Please read CONTRIBUTING.md file on the main repo.

These examples clone the original repo using ssh, but it would be simmilar with https and your own fork.

mkdir pilasbloques
cd pilasbloques
git clone git@github.com:Program-AR/pilas-bloques.git # Main app
git clone git@github.com:Program-AR/pilas-bloques-exercises.git # Characters, Behaviours and Scenarios
git clone git@github.com:Program-AR/ember-blockly.git # Helper methods for creating blocks in pilas-bloques
# Optionally:
git clone git@github.com:Program-AR/pilasweb.git # Gaming Framework
git clone git@github.com:Program-AR/proceds-blockly.git # Pimped Procedure Blocks 
git clone git@github.com:Program-AR/blockly-package.git # Blockly project proxy, soon to be deprecated