-
Notifications
You must be signed in to change notification settings - Fork 17
Home
Antonio Vivace edited this page Mar 1, 2019
·
21 revisions
- Official website
- Manual and documentation for the final user
- Socials: Instagram, Facebook
- microSD full images
- Code repositories:
- Completeted stages/theses:
- Update and reset of system functionalities
- Bidirectional translation Blockly <-> Python
- Step by step execution
- Persistency
- Augmented reality
- Download the CoderBot image and flash it on an SD:
# Find the micro sd reader device name
lsblk
# Flask the image
sudo dd bs=4M if=IMAGE_NAME.img of=/dev/DEVICE_NAME conv=fsync status=progress
or follow Base system preparation, starting from Raspbian Stretch vanilla
Or use the Docker container: https://hub.docker.com/r/coderbot/coderbot
- Commands and good practices for development
- Boilerplate example (vue+sass+webpack)
- App example (vue + flask)
- Git
- Rest
- Python3
- Flask
- Vue.JS