add: link to replit run

This commit is contained in:
eankeen 2019-12-10 01:38:23 -08:00
parent 20002d8bd1
commit 2b701c94e9
No known key found for this signature in database
GPG key ID: AA1CA20721763EDB
2 changed files with 3 additions and 1 deletions

2
.replit Normal file
View file

@ -0,0 +1,2 @@
language = "nodejs"
run = "cd examples && node rainbow"