-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Readme file more useful for devs. #54
Comments
I'd like to help you! But just forking you repository won't give me all the information that I need! |
@cancinos absolutely! I'm just not familiar with what is needed to most easily fork and build up a project, so please let me know. |
Some basic notes from trying to get the project up and running on my own (Windows) machine today.
npm install -g *
I think that was all it took to get up and running, although since I didn't have any images it makes feature testing difficult for anything involving the tiles. I can write this up in the README. That being said, the code itself would probably benefit from being split into smaller files; having "Mapper" and "mapping" makes things difficult to follow for someone working in the codebase for the first time. |
@suniahk thanks, I appreciate that feedback. The codebase definitely ought to be split up, and that’s something I’ve been working on but not quite finished yet. I’ll take some time this weekend to add better reference materials on that and update some of these issues. |
Add info about starting up the environment, what tools are needed, where the meat of the code lives, etc.
The text was updated successfully, but these errors were encountered: