Ben Petersen

Results 97 comments of Ben Petersen

Great info, thanks! Great to have this clarified.

One more Q! The Kobold Press Tome of Beasts data is free to use? https://raw.githubusercontent.com/eepMoody/open5e-api/master/data/tome_of_beasts/monsters.json I'm not familiar with them, but didn't see anything on the website indicating the digital...

The `README.md` file should probably be updated to answer this question. I added `bulma-start` to my project via `yarn install`... then was left wondering, am I supposed to manually copy...

An example, copying out the `js-build` script into your `package.json` won't work directly. You'll get: ```bash $ yarn run js-build yarn run v0.19.1 $ babel assets/js --out-dir lib sh: babel:...

Correction, not `babel` but `babel-cli` as a dependency of your main app. If you add `babel`, you will get this: ```bash $ yarn run js-build yarn run v0.19.1 $ babel...

I bet these scripts are handy if you know how to use them, the `README.md` just needs some love to help make this clear & improve the onboarding experience. Thanks!

I'm still wondering the same, as well as a third option, if its more or less intended to be `forked`, then cloned down & renamed as a start for whatever...

You should def never change things in `node_modules`. You could `clone`, or `fork` and rename, but that's a bit strange for a project of any normal size as well as...

Good information, just left a comment, would be great to have all beginner information in the README, since its probably the most standard entry point into any project. Very explicitly...

Much better. I'm good with closing this (I don't own the issue).