RE: Seed - Development - Modules, Smart Contracts & The SVM

You are viewing a single comment's thread from:

Seed - Development - Modules, Smart Contracts & The SVM

in utopian-io •  6 years ago  (edited)

Thank you for the kind words!

This is my first project being created using NodeJS, and I realize now I messed up with setting up the modules and such. I'll fix up the gitignore for the .DS_Store and node_modules folder, since users should be able to simply install all the modules themselves upon cloning.

As for the package.json file, that was a mistake upon the initial project creation. The client is launched from the /clientSrc directory using "npm start", however I see now that I most likely did an improper npm init in different places when first building the project, which is the package.json file you're referring to.

Really, there should be two npm packages, one for /clientSrc for the Electron client, and one for /seedSrc to become a publicly available npm package.

I'll make sure to have that all cleaned up for the next contribution, as well as add a "How To Run" into the README to clarify users should launch from the /clientSrc folder in order to launch the client.

Thank you again for the kind words and the helpful advice! Have a wonderful day,

~ Carson Roscoe

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!