Add link to replit run (#379)

This commit is contained in:
Edwin Kofler 2019-12-12 12:12:22 -08:00 committed by Sindre Sorhus
parent 20002d8bd1
commit 0e6fecc7f7
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"