-
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:
- Aggiornamento e Ripristino delle funzionalità di sistema
- Traduzione bidirezionale Blockly <-> Python
- Esecuzione Passo Passo
- Persistenza
- Realtà Aumentata
- Scaricare un'immmagine di CoderBot e flasharla su 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
oppure seguire la Preparazione del sistema base, partendo da Raspbian vanilla
Oppure, utilizzare il container Docker: https://hub.docker.com/r/coderbot/coderbot
- Comandi e pratiche per lo sviluppo
- Boilerplate esempio (vue+sass+webpack)
- App di esempio (vue + flask)
- Git
- Rest
- Python3
- Flask
- Vue.JS