sudo apt-get install samba samba-common smbclientadd the following to the /etc/samba/smb.conf
workgroup = LASERTAGand the share
[LaserTag]
path = /home/pi/share
comment = Lasertag
browseable = yes
writeable = yes
guest ok = yes
create mask = 0664
directory mask = 0775
force user = pi
force group = picreate the directory
mkdir -p /home/pi/share
chmod 0777 /home/pi/sharerestart the samba server
sudo /etc/init.d/samba restartsudo apt-get install git
cd /home/pi/share/
git clone https://github.com/monkeydevDe/piLaz0rTag.git cd /home/pi/share/piLaz0rTag/code
npm install now you can mount the samba share and work with the code with your favorite ide.
sudo apt-get install -y i2c-toolsSearch for i2c devices
****