Skip to content

Need help creating a new Project and testing it locally #708

Answered by cogwirrel
caopengau asked this question in Q&A
Discussion options

You must be logged in to vote

Hey Cao,

Thanks for reaching out! Are you looking to contribute a new package to PDK? Or do you just intend to use PDK for a project of your own?

If MyMicroserviceProject is something you're not looking to contribute to PDK but rather something you'd like as part of your project, you can just define it in your .projenrc.ts for that project, or even in a separate file like projenrc/my-microservice-project.ts and consume it in your .projenrc.ts.

If you're really looking to contribute a new module to PDK, here are some thoughts below:

I've seen an issue like that before when building PDK and it was because I had some old node_modules - usually cleaning up the untracked files sorts this out (eg

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@caopengau
Comment options

@cogwirrel
Comment options

Answer selected by caopengau
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants