Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 608 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (14 loc) · 608 Bytes

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

Local setup

$ git clone url-to-git-repository
$ cd path-to-package/
$ python -m SimpleHTTPServer 8080

Local setup is ready on http://localhost:8080/snake.html

Words of advice

In open source, I think the learning happens when you go through the code & try to understand how it works, learn a thing or two from patterns & the way code is written. For any feature you might be working on, I'll advice just run the app, put debugger points in chrome & go step by step to understand how it works. Happy contributing ! :)