Estee Tey

Results 101 comments of Estee Tey

Hello there, please refer to `CONTRIBUTING.md`. Setup instructions are there which includes the above.

@AlokMishra051298 glad u got past the setup phase! Feel free to improve the contribution docs on the GitHub authentication portion to be clearer.

Btw are you still working on this @AlokMishra051298 ?

1 possible issue of introducing cross-env is to make sure that it still works in a GitPod environment. I have tried GitPod in another project and they used the library,...

great! for the issue/PR templates, I'm not too sure what are the better template references out there as well. feel free to propose any that you think fits this project!

> the script modules export the script function which need to be run against a repository that your app can retrieve beforehand. Our idea is that scripts can also export...

Hello @Lofty-Brambles , I meant that the API routes are the backend here. In Next.js, the API routes are created and deployed as a combined Node.js serverless function. So in...

Okie got it! Thanks for the explanation @gr2m, now i have a better understanding of how to import and use the script 🙏

Hello @gr2m, while working on #42, I have tried to [create an Octoherd-script](https://www.npmjs.com/package/octoherd-script-unlabel) using `npm init octoherd-script` and tried to import it via Skypack, I have encountered a TS problem...

I see, then is it possible that in the octoherd-script that I've created, I change all the files there to `.ts` files instead so that I can get types on...