Write your modules
- 16 May 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Write your modules
- Updated on 16 May 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
After you have initialized your project and configured your local module development environment, you can begin writing your modules.
Use Create React Native modules to create frontend modules.
Use Create Django Modules to create backend modules.
After you have written your modules, be sure to:
Update the
title
anddescription
in themeta.json
file and thename
anddescription
in thepackage.json
file to ensure that PRD-AI can find and match the module.
Was this article helpful?