antonmedv/numbr

Would Love to Contribute

joshskidmore opened this issue · 1 comments

I'd love to help with the development of this project, but the code isn't representative of numbr.dev. Is there any way to run the core in some sort of test harness or do you intend on checking in the full code base soon?

You can clone the repository and then:

npm install
npm run test

and that will run all the tests files.

I think the README on this repo could use some love, it would make sense to have a description of what's the scope of this repo/code and how can be used if someone wants to.

Most likely the code on this repo is used by the https://numbr.dev website, but it doesn't look like it has a valid entry point to be imported as a package from other apps. I may be missing something here, though.

When I initially came to this repo I thought this was the code for the whole app, but it wasn't the case... as @antonmedv comments on #2 (comment) "only the core is open sourced".