Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 393 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 393 Bytes

sneakynet

Set up

git clone https://github.com/DecentLabs/sneakynet-tessel
npm install

Run locally

npm start

Run on tessel

install tessel command line interface:
(0.1.6 breaks for me, so let's stick to 0.1.5)

npm install -g [email protected]

run code on tessel for testing:

npm run t2run

deploy code on tessel:

npm run t2deploy