o1-labs / zkapp-cli

CLI to create a zkApp (zero-knowledge app) for Mina Protocol
https://docs.minaprotocol.com/zkapps/how-to-write-a-zkapp
Apache License 2.0
115 stars 44 forks source link

Add app directory option for Next.js #575

Closed feyyum closed 9 months ago

feyyum commented 9 months ago

When using Next.js, some users may want to take advantage of the app directory option. With this update, they will be relieved of the extra workload.

shimkiv commented 9 months ago

Hey @feyyum thank you for contribution! Please don't forget to also reflect introduced change in tests.

ymekuria commented 9 months ago

Thanks for adding this @feyyum . This has been on the roadmap to add but other things have taken priority. I'll take a look at your PR soon.

feyyum commented 9 months ago

@shimkiv and @ymekuria, thanks for your feedbacks. I will review and add tests and features. Edit: Actually I decided to upgrade Next.js 14, so I am closing this request and I will create new one soon.

ymekuria commented 9 months ago

Sounds good @feyyum. Upgrading to v14 is also on our roadmap. Let me know if you need help or run into any issues.