This commit is contained in:
Alex 2020-05-26 00:04:04 +00:00 committed by repl.it user
parent 4a7e7ea431
commit 3a84baa944
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
node_modules/
.DS_Store
.DS_Store

2
.replit Normal file
View File

@ -0,0 +1,2 @@
language = "nodejs"
run = "npm start"