Kickstart the Docs js plugin for Sovereign.
- Install dependencies inside this plugin directory:
yarn install. - Start the Sovereign platform (
yarn devat repo root) so routes are mounted. - Add routes, views, and Prisma models as needed under
routes/,views/, andprisma/.
- API routes live in
routes/api, web routes inroutes/web. - Export lifecycle hooks or helpers from
index.jsif you need installation/build logic. plugin.jsoncontrols capabilities, entry points, and compatibility metadata.