Project Structure
Novel adopts a monorepo approach made available by NPM. Workspaces for pnpm and yarn are different to NPM as everything is hoisted to the root node_modules. This allows to reference code easily in imports.
You can inspect Novel Web's project structure here https://github.com/madewithnovel/next.js
Novel API follows a similar structure
Changelog
2024-12-20 - Initial Documentation
Last updated